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

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.

location_id
integer
wajib

Legacy numeric location ID.

Respons

Postal code list

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