Download OpenAPI specification:Download
This API method retrieves comprehensive product information based on a provided code. The input code can be of various types including, but not limited to, Universal Product Code (UPC), International Article Number (EAN), International Standard Book Number (ISBN), or any other compatible code types. The response contains detailed information about the product linked to the input code.
code required | string |
Array of objects | |
object |
{- "barcodes": [
- {
- "type": "string",
- "value": "string"
}
], - "product": {
- "title": "string",
- "description": "string",
- "brand": "string",
- "category": "string",
- "sub_category": null,
- "model": "string",
- "color": "string",
- "size": "string",
- "weight": "string",
- "material": null,
- "additional_fields": null,
- "images": [
- "string"
], - "offers": [
- {
- "merchant": "string",
- "domain": "string",
- "title": "string",
- "currency": "string",
- "list_price": 0,
- "price": 0,
- "shipping": "string",
- "condition": "string",
- "availability": "string",
- "updated_t": 0
}
], - "country": null,
- "manufacturer": null,
- "gs1_name": null,
- "foods": null,
- "external_links": null
}
}