Skip to main content

ProductResponse

Product listing item

idstring

Internal product ID

Example: p_abc123
externalIdstring

External product ID from source system

Example: prod_001
namestring

Product name

Example: Zapatillas Running Pro
pricenumber

Product price

Example: 89.99
currencystring

ISO 4217 currency code

Example: EUR
urlstring

Product page URL

Example: https://mitienda.com/prod_001
imageUrlstring

Main image URL

categoriesstring[]

Product categories

brandsstring[]

Product brands

inStockboolean

Whether in stock

isActiveboolean

Whether product is active

indexedboolean

Whether product has been indexed for search

Example: true
ProductResponse
{
"id": "p_abc123",
"externalId": "prod_001",
"name": "Zapatillas Running Pro",
"price": 89.99,
"currency": "EUR",
"url": "https://mitienda.com/prod_001",
"imageUrl": "string",
"categories": [
"string"
],
"brands": [
"string"
],
"inStock": true,
"isActive": true,
"indexed": true
}