Autocomplete address
Shipping address
Autocomplete address
Get real-time address suggestions as users type to improve address entry experience.
GET
Autocomplete address
Request
Headers
| Header | Type | Description |
|---|---|---|
Authorization | string | Provide the customer token as Bearer <jwt>. |
x-shop-id | string | Identify the shop context. |
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Partial address text to search for. |
limit | integer | No | Maximum number of suggestions to return (default: 5). |
Successful response
Error response
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Query Parameters
Partial address text to search for.
Maximum number of suggestions to return (default: 5).
Required range:
x >= 1
