Locations
Get pickup locations
POST
https://api.zapiet.com/v1.0/pickup/locations
This endpoint will return an array of eligible pickup locations.
Query Parameters
Name | Type | Description |
---|---|---|
page | number | Used for pagination. |
limit | number | Number of locations to return in the response. Default 10. Maximum 200. |
shop* | string | The merchant's myshopify.com store url. |
Request Body
Name | Type | Description |
---|---|---|
geoSearchQuery | string | Returns locations in distance order from the customer. If no value is provided, we will return locations in the order specified within the app. |
shoppingCart | string | The contents of the customer's shopping cart. If no value is provided, we will not check inventory levels or product availability. |
Pickup available
Pickup not available
If no pickup locations are found, we will return an empty array.
Last updated