v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Storefront

List storefront delivery subdistricts

get/v3/stores/{store_id}/public/locations/subdistricts

Query parameters

integer
OR
string

City ID from /public/locations/cities.

searchstring

Optional subdistrict name search within the selected city.

Response

Subdistrict list

is_paginatedboolean required
has_nextboolean
has_previousboolean
next_cursorstring nullable
previous_cursorstring nullable
page_sizeinteger

Example response

{
  "data": [
    {
      "display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta"
    }
  ]
}