| GET | /v3.5/product-metadata/lookup/isbn |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Isbn | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ProductMetadata | form | ProductData | No | |
| ResponseStatus | form | ResponseStatus | 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 |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v3.5/product-metadata/lookup/isbn HTTP/1.1 Host: geniuslink-api-zane.dev.platform.georiot.com Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"productMetadata":{"attributes":{"retailer":"String","storefront":"String","storefrontIso2":"String","category":"String","brand":"String","manufacturer":"String","identifiers":{"gtins":["String"],"mpns":["String"],"ean8":["String"],"ean13":["String"],"isbn9":["String"],"isbn10":["String"],"isbn13":["String"],"itf14":["String"],"upc12":["String"]},"itemAttributes":{"book":{"authors":["String"]},"audiobook":{"authors":["String"]},"ebook":{"authors":["String"]}}},"retailerSpecificAttributes":{"name":"String","description":"String","skus":["String"],"asin":"String","productImages":{},"additionalData":{"String":"String"}},"rawSourceData":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}