curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/items \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
{
"id": 123,
"slug": "<string>",
"name": "<string>",
"entity_type": "product",
"item_type": "<string>",
"in_stock": true,
"price_range": {
"min": "<string>",
"max": "<string>"
},
"images": [
"<string>"
],
"description": "<string>",
"meta_thumbnail": "<string>",
"is_multiple": true,
"option1_name": "<string>",
"option2_name": "<string>",
"option3_name": "<string>",
"taxonomy": {
"id": 123,
"name": "<string>",
"full_path": "<string>"
},
"created_at": "2023-11-07T05:31:56Z"
}
],
"is_paginated": true,
"has_next": true,
"has_previous": true,
"next_cursor": "<string>",
"previous_cursor": "<string>",
"page_size": 123
}Public storefront endpoint. Returns products and bundle price options visible in the storefront catalog.
curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/items \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
{
"id": 123,
"slug": "<string>",
"name": "<string>",
"entity_type": "product",
"item_type": "<string>",
"in_stock": true,
"price_range": {
"min": "<string>",
"max": "<string>"
},
"images": [
"<string>"
],
"description": "<string>",
"meta_thumbnail": "<string>",
"is_multiple": true,
"option1_name": "<string>",
"option2_name": "<string>",
"option3_name": "<string>",
"taxonomy": {
"id": 123,
"name": "<string>",
"full_path": "<string>"
},
"created_at": "2023-11-07T05:31:56Z"
}
],
"is_paginated": true,
"has_next": true,
"has_previous": true,
"next_cursor": "<string>",
"previous_cursor": "<string>",
"page_size": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.scalev.com/llms.txt
Use this file to discover all available pages before exploring further.
Publishable storefront public API key for the target store.
Store unique_id.
Apakah halaman ini membantu?