curl --request GET \
--url https://api.myscalev.com/v3/stores/{store_id}/public/products \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
"<unknown>"
],
"is_paginated": true,
"has_next": true,
"last_id": 123,
"page_size": 123,
"page": 123
}No OAuth machine scope. Public storefront endpoint.
curl --request GET \
--url https://api.myscalev.com/v3/stores/{store_id}/public/products \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
"<unknown>"
],
"is_paginated": true,
"has_next": true,
"last_id": 123,
"page_size": 123,
"page": 123
}Publishable storefront public API key for the target store.
Store unique_id.