post https://sandbox.api.deliverysolutions.co/store/boundary
Use this API to include an In-Service or an Out-of-Service coverage area for a store's location.
A boundary can be a single area or a combination of areas from the below:
a. polygon - provide the latitude and longitude details
b. radius - provide a distance in miles
c. zip code - use comma (,) to separate multiple zip codes
d. address - address location, if provided, will be used as the center point to determine the boundary location. This can differ from the pickup location address
e. driving distance - provide a driving distance in miles
- Multiple boundaries can be added for a specific pickup location.
- Multiple boundaries can be added with any combination of polygon or radius or zip codes or address or driving-distance.
Response
Property | Type | Description |
---|---|---|
message | string | Returns success or failure . |
data | Array of Boundary | Contains the created boundary/boundaries data. |