Langsung ke konten utama
GET
/
v3
/
stores
/
{store_id}
/
public
/
locations
/
cities
List storefront delivery cities
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.

Header

X-Scalev-Storefront-Api-Key
string
wajib

Publishable storefront public API key for the target store.

Parameter Path

store_id
string
wajib

Store unique_id.

Parameter Query

province_id

Province ID from /public/locations/provinces. Required unless ro_province_id is provided.

ro_province_id

Legacy alias for province_id.

Respons

City list

data
object[]
wajib
is_paginated
enum<boolean>
wajib
Opsi yang tersedia:
false