Quick Start
Get your API keys
Indexing API
Request Headers
Header
Value
Request Body
products: [
{
"id": "AD176",
"title": "Printed T-shirt",
"categories": ["Women", "Topwear", "Tshirts"],
"productUrl": "https://example.com/product/id/AD176",
"images": ["https://cdn.example.com/123", "https://cdn.example.com/789"],
"currency": "USD",
"listPrice": 18.99,
"salePrice": 14.99,
"size": "L",
"fabricPrimary": "Cotton",
"fabricOthers": ["Viscose"],
"brand": "H&M",
},
{
...
}
]Explore Indexing API
IndexingSearch API
Request Headers
Header
Value
Request Body
Response
Explore Search API
SearchLast updated