curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/locations/{location_id}/postal-codes \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
{
"id": 123,
"postal_code": "10510"
}
],
"is_paginated": false
}curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/locations/{location_id}/postal-codes \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
{
"id": 123,
"postal_code": "10510"
}
],
"is_paginated": false
}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.
Legacy numeric location ID.
Apakah halaman ini membantu?