Shop
Get Get products
gethttps://cache.showwcase.com/shop/products
Query
Field | Type | Description |
---|---|---|
categoryId | number | Query shop products by category. |
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
200 OK
[
{
"id": number
"external_id": string
"name": string
"variants": [
{
"id": number
"external_id": string
"sync_product_id": number
"name": string
"synced": boolean
"variant_id": number
"main_category_id": number
"retail_price": string
"sku": string
"currency": string
"product": {
"variant_id": number
"product_id": number
"image": string
"name": string
},
"files": []
"options": []
"is_ignored": boolean
}
],
"synced": number
"thumbnail_url": string
"is_ignored": boolean,
"images": []
}
]
Get Get product
gethttps://cache.showwcase.com/shop/products/:productId
Response
200 OK
Field | Type | Description |
---|---|---|
images | array | Array of product's images. |
variants | array | Array of product's variants. |
Get Get product's images
gethttps://cache.showwcase.com/shop/products/:productId/images
Get Get related products
gethttps://cache.showwcase.com/shop/products/:productId/related
Query
Field | Type | Description |
---|---|---|
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |