Store Lookup
Discover how the Store Lookup API facilitates finding stores accepting BOPIS orders near the customer's location using the POST method.
Request
Endpoint
Header
Body
{
"viewSize": 40,
"filters": ["storeType: RETAIL_STORE"],
"point": “lat,lon”,
"distance": 50,
"sortBy": "storeName asc",
"keyword": "value",
"fieldsToSelect": <values>
}Parameters
Parameter
Description
Required (Y/N)
Response
Status Code
Headers
Body
Parameters
Description
Note
Filters
Parameter Name
Description
Valid values of storeType
Last updated
Was this helpful?