v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Storefront

Search storefront delivery locations

Public storefront endpoint. Supports direct province, city, district, or subdistrict search.

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

Query parameters

searchstring
page_sizeinteger
next_cursorstring

Cursor returned by the previous response. Use only one of next_cursor or previous_cursor.

previous_cursorstring

Cursor returned by the previous response. Use only one of next_cursor or previous_cursor.

Response

Location search results

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"
    }
  ]
}