curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/locations/cities \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
{
"city_id": 123,
"city_name": "<string>",
"ro_city_id": 123
}
],
"is_paginated": false
}curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/locations/cities \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
{
"city_id": 123,
"city_name": "<string>",
"ro_city_id": 123
}
],
"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.
Province ID from /public/locations/provinces. Required unless ro_province_id is provided.
Legacy alias for province_id.
Apakah halaman ini membantu?