Skip to main content

ProductDTO

idstring
shopIdstring
externalIdstring
skustring
namestring
descriptionstring
pricenumber
currencystring
urlstring
imageUrlstring
categoriesstring[]
tagsstring[]
salePricenumber
brandsstring[]
inStockboolean
stockQuantityint32
ratingnumber
reviewCountint32
isActiveboolean
createdAtdate-time
updatedAtdate-time
lastModifieddate-time
isIndexedboolean
lastIndexedAtdate-time
indexingStatusstring
healthScorenumber
viewsint64
clicksint64
ctrnumber
parentExternalIdstring
attributes object
property name*string
ProductDTO
{
"id": "string",
"shopId": "string",
"externalId": "string",
"sku": "string",
"name": "string",
"description": "string",
"price": 0,
"currency": "string",
"url": "string",
"imageUrl": "string",
"categories": [
"string"
],
"tags": [
"string"
],
"salePrice": 0,
"brands": [
"string"
],
"inStock": true,
"stockQuantity": 0,
"rating": 0,
"reviewCount": 0,
"isActive": true,
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"lastModified": "2024-07-29T15:51:28.071Z",
"isIndexed": true,
"lastIndexedAt": "2024-07-29T15:51:28.071Z",
"indexingStatus": "string",
"healthScore": 0,
"views": 0,
"clicks": 0,
"ctr": 0,
"parentExternalId": "string",
"attributes": {}
}