| POST | /v3.5/product/search |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Data | body | IEnumerable<ProductData> | No | |
| MatchCriteria | body | IEnumerable<MatchCriteria> | No | |
| MaxTimeoutMs | body | uint | No | |
| SkipCriteriaCheck | body | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Attributes | form | ProductAttributes | No | |
| RetailerSpecificAttributes | form | RetailerSpecificAttributes | No | |
| RawSourceData | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Retailer | form | string | No | |
| RetailerGuid | form | Guid | No | |
| Storefront | form | string | No | |
| StorefrontIso2 | form | string | No | |
| StorefrontGuid | form | Guid | No | |
| Category | form | string | No | |
| CategoryGuid | form | Guid | No | |
| Brand | form | string | No | |
| BrandGuid | form | Guid | No | |
| Manufacturer | form | string | No | |
| ManufacturerGuid | form | Guid | No | |
| Identifiers | form | ProductIdentifiers | No | |
| ItemAttributes | form | ItemAttributes | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ProductGuid | form | Guid | No | |
| Gtins | form | List<string> | No | |
| Mpns | form | List<string> | No | |
| Ean8 | form | List<string> | No | |
| Ean13 | form | List<string> | No | |
| Isbn9 | form | List<string> | No | |
| Isbn10 | form | List<string> | No | |
| Isbn13 | form | List<string> | No | |
| ITF14 | form | List<string> | No | |
| Upc12 | form | List<string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Book | form | BookAttributes | No | |
| Audiobook | form | AudiobookAttributes | No | |
| EBook | form | EBookAttributes | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Authors | form | List<string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | form | string | No | |
| Description | form | string | No | |
| Skus | form | List<string> | No | |
| Asin | form | string | No | |
| Url | form | Uri | No | |
| ProductImages | form | Dictionary<string, Uri> | No | |
| AdditionalData | form | Dictionary<string, string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RetailerGuid | form | Guid | No | |
| TimeoutMs | form | uint | No | |
| CountryIso2s | form | IEnumerable<string> | No | |
| MaxStalenessMs | form | ulong | No | |
| TargetProductCategories | form | IEnumerable<string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Data | body | IEnumerable<ProductData> | No | |
| MatchCriteria | body | IEnumerable<MatchCriteria> | No | |
| MaxTimeoutMs | body | uint | No | |
| SkipCriteriaCheck | body | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=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>