id | string | Delivery Solutions' generated unique ID for the boundary. |
storeExternalId | string | ID of the pickup location to which the boundary is associated with. |
shape | string | Shape of a boundary, can be one of polygon , circle , zip ,address , or driving-distance . |
latitude | number | The latitudinal point of a boundary. |
longitude | number | The longitudinal point of a boundary. |
address | string | The address which acts as the centre-point of a boundary, for shape address . |
radius | number | The radius of a boundary in miles, for shape circle , address , or driving-distance . |
status | string | A boundary can be either active or inactive . |
name | string | The name given to the boundary. |
type | string | A boundary can be either of type in-service or out-of-service . |
zipcode | string | For boundary shape zip , it covers the entire area of the assigned zipcode. |
tags | Array of strings | The boundary tags assigned to the boundary |
boundary | Array of objects | Each object contains two keys, latitude and longitude, which have a number value. This contains the points of the boundary, which in its entirety forms the boundary. |