Locations
Locations Overview
Locations are the hub to most APIs that are used on the platform. A location represents a physical space where each location act as a hub for shipments and deliveries, and house the warehouse layouts where inventory is stored.
We have made some optimizations for locations to make sure common properties for which developers want to check a location can be queried as fast as possible.
Here are some typical uses for locations:
- Provide access instructions for shipping providers.
- Manage user specific permissions.
- Scope API Keys to only function for specific locations.
- Scope payment methods to only be used by people with access to a specific location (Enterprise plans).
- Manage organization's operating hours. This is important for shipping provider pickups and receiving notifications.
- Manage
layouts
which lets you set up logical structure for storage of inventory items. - Act as a hub for delivery providers, which let you specify a delivery radius and location specific prices like tax and tolls.
- Manage a fleet of vehicles and serve as their hub.
- Organization mailrooms for receiving operations.
Object IDs
To make the development experience a little easier, all delivery objects id
s will be prefixed with loc_
to make them easy to distinguish.