| GET | /v3.5/product/matches |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Url | query | string | No | |
| IncludeRaw | query | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Products | form | IEnumerable<ProductMetadata> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Title | form | string | No | |
| Author | form | string | No | |
| Url | form | Uri | No | |
| Description | form | string | No | |
| Retailer | form | string | No | |
| ProductImages | form | IDictionary<string, Uri> | No | |
| RawAttributes | form | MatchResult | 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 | |
| Data | form | ProductData | No | |
| Errors | form | List<MatchError> | No | |
| MatchAccuracy | form | string | No | |
| MatchingRuleName | form | string | No | |
| DataSource | form | string | 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 |
|---|---|---|---|---|
| Message | form | string | No | |
| Code | form | ErrorCode | No |
| Throttled | |
| TargetRetailerProductNotFound | |
| Unknown | |
| NullMatchResult | |
| NullSourceData | |
| SourceDataProcessingFailure | |
| LocalizationFailure |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v3.5/product/matches HTTP/1.1 Host: geniuslink-api-zane.dev.platform.georiot.com Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}