v2
OpenAPI 3.0.3Proprietary2026-07-263483431.1 MBStorefront
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
Example response
{
"data": [
{
"display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta"
}
]
}