curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/locations \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
{
"id": 123,
"subdistrict_name": "<string>",
"city_name": "<string>",
"province_name": "<string>",
"display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta",
"ro_subdistrict_id": 123,
"ro_city_id": 123,
"ro_province_id": 123
}
],
"is_paginated": true,
"has_next": true,
"has_previous": true,
"next_cursor": "<string>",
"previous_cursor": "<string>",
"page_size": 123
}Public storefront endpoint. Supports direct province, city, district, or subdistrict search.
curl --request GET \
--url https://api.scalev.com/v3/stores/{store_id}/public/locations \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'{
"data": [
{
"id": 123,
"subdistrict_name": "<string>",
"city_name": "<string>",
"province_name": "<string>",
"display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta",
"ro_subdistrict_id": 123,
"ro_city_id": 123,
"ro_province_id": 123
}
],
"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.
1 <= x <= 100Cursor returned by the previous response. Use only one of next_cursor or previous_cursor.
Cursor returned by the previous response. Use only one of next_cursor or previous_cursor.
Apakah halaman ini membantu?