GeniuslinkAPI

<back to all web services

GetProductMatchesByCriteriaRequest

Requires Authentication
The following routes are available for this service:
POST/v3.5/product/search
GetProductMatchesByCriteriaRequest Parameters:
NameParameterData TypeRequiredDescription
DatabodyIEnumerable<ProductData>No
MatchCriteriabodyIEnumerable<MatchCriteria>No
MaxTimeoutMsbodyuintNo
SkipCriteriaCheckbodyboolNo
ProductData Parameters:
NameParameterData TypeRequiredDescription
AttributesformProductAttributesNo
RetailerSpecificAttributesformRetailerSpecificAttributesNo
RawSourceDataformstringNo
ProductAttributes Parameters:
NameParameterData TypeRequiredDescription
RetailerformstringNo
RetailerGuidformGuidNo
StorefrontformstringNo
StorefrontIso2formstringNo
StorefrontGuidformGuidNo
CategoryformstringNo
CategoryGuidformGuidNo
BrandformstringNo
BrandGuidformGuidNo
ManufacturerformstringNo
ManufacturerGuidformGuidNo
IdentifiersformProductIdentifiersNo
ItemAttributesformItemAttributesNo
ProductIdentifiers Parameters:
NameParameterData TypeRequiredDescription
ProductGuidformGuidNo
GtinsformList<string>No
MpnsformList<string>No
Ean8formList<string>No
Ean13formList<string>No
Isbn9formList<string>No
Isbn10formList<string>No
Isbn13formList<string>No
ITF14formList<string>No
Upc12formList<string>No
ItemAttributes Parameters:
NameParameterData TypeRequiredDescription
BookformBookAttributesNo
AudiobookformAudiobookAttributesNo
EBookformEBookAttributesNo
BookAttributes Parameters:
NameParameterData TypeRequiredDescription
AuthorsformList<string>No
RetailerSpecificAttributes Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
DescriptionformstringNo
SkusformList<string>No
AsinformstringNo
UrlformUriNo
ProductImagesformDictionary<string, Uri>No
AdditionalDataformDictionary<string, string>No
MatchCriteria Parameters:
NameParameterData TypeRequiredDescription
RetailerGuidformGuidNo
TimeoutMsformuintNo
CountryIso2sformIEnumerable<string>No
MaxStalenessMsformulongNo
TargetProductCategoriesformIEnumerable<string>No
GetProductMatchesByCriteriaRequest Parameters:
NameParameterData TypeRequiredDescription
DatabodyIEnumerable<ProductData>No
MatchCriteriabodyIEnumerable<MatchCriteria>No
MaxTimeoutMsbodyuintNo
SkipCriteriaCheckbodyboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /v3.5/product/search HTTP/1.1 
Host: geniuslink-api-zane.dev.platform.georiot.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<GetProductMatchesByCriteriaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeniuslinkAPI.ServiceModel.V4.Products.Requests">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Geniuslink.Products.QueuedService.Contracts.V1.DTOs" i:nil="true" />
  <MatchCriteria xmlns:d2p1="http://schemas.datacontract.org/2004/07/Geniuslink.Products.QueuedService.Contracts.V1.DTOs" i:nil="true" />
  <MaxTimeoutMs>0</MaxTimeoutMs>
  <SkipCriteriaCheck>false</SkipCriteriaCheck>
</GetProductMatchesByCriteriaRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetProductMatchesByCriteriaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeniuslinkAPI.ServiceModel.V4.Products.Requests">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Geniuslink.Products.QueuedService.Contracts.V1.DTOs" i:nil="true" />
  <MatchCriteria xmlns:d2p1="http://schemas.datacontract.org/2004/07/Geniuslink.Products.QueuedService.Contracts.V1.DTOs" i:nil="true" />
  <MaxTimeoutMs>0</MaxTimeoutMs>
  <SkipCriteriaCheck>false</SkipCriteriaCheck>
</GetProductMatchesByCriteriaRequest>