Get a product's details

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequired
Product ID

Response

Product informations
createdAtstring

Creation UTC date-time of the product (YYYY-MM-DDTHH:mm:ss.SSSZ)

idstringformat: "string"
Product ID for which you requested the details
modifiedAtstring

Last modification UTC date-time of the product (YYYY-MM-DDTHH:mm:ss.SSSZ)

namestringformat: "string"
Name of the product for which you requested the details
s3ThumbAnalyticsstringformat: "string"
S3 thumbnail url of original image in 120x120 dimension for analytics section
s3ThumbEditorstringformat: "string"
S3 thumbnail url of original image in 600x400 dimension for editor section
categorieslist of strings or null

Category ID-s of the product

imageUrlstring or nullformat: "string"
Absolute URL to the cover image of the product
isDeletedboolean or null
Product get deleted from the shop's database but not from Brevo
metaInfoobject or null
Meta data of product such as description, vendor, producer, stock level, etc.
parentIdstring or nullformat: "string"
Parent product id of the product
pricedouble or null
Price of the product
s3Originalstring or nullformat: "string"
S3 url of original image
skustring or nullformat: "string"
Product identifier from the shop
stockdouble or null
Current stock value of the product from the shop's database
urlstring or nullformat: "string"
URL to the product

Errors