Locations
Models
Location Model
object "location"
The description of the model.
address Address
The address of this location.
created_at integer
Time in epoch seconds when this resource was created.
holidays object
This is currently a placeholder property, but will be used to automatically modify operating hours of a location based on the holidays that it chooses to observe.
id string
The unique ID of the location prefixed with loc_
kiosk_message string
If this location is using a PackageX shipping kiosk, this will be a personalized message applied to the kiosk.
marketplace object
If an organization is an approved provider on the PackageX shipping marketplace, these are location specific properties for that service area.
Show Details
metadata object
Key value pairs of data that you can set for this delivery.
name string
The name given to this location.
operating_hours object
The days when the location is open and the hours for each day when this location is open.
Show Details
organization_id string
Unique identifier for the organization that owns this delivery. This will always be your organization ID.
provider_instructions string
Any details for an on demand shipping provider to know for picking up at this location.
pickup_types Array.<pickup_type>
The types of pickups that are available at this location. This is commonly used for fulfillments in conjunction with private and offline rates set up in the inventory and deliver apps. This is the default property that will be used for shipments that location, but this can be overridden via API.
service_areas Object
The postal code service areas that are served by this location.
Show Details
terminal_location_id string
The ID of any PackageX payment terminals that are added to this location.
updated_at integer
Time in epoch seconds when this resource was last updated.
users Array<String>
An array of IDs of users who have access to this location. The owner
and developer
roles have access to all locations by default.
easy_post_api_key String
Your easy post API key. Add test key for test environment and Production key for production.
ups_carrier_account_id String
UPS Carrier account ID, which belongs to the same account as your easypost API key. "ca_.."
usps_carrier_account_id String
USPS Carrier account ID, which belongs to the same account as your easypost API key. "ca_.."
dhl_carrier_account_id String
DHL Carrier account ID, which belongs to the same account as your easypost API key. "ca_.."
fedex_carrier_account_id String
FedEx Carrier account ID, which belongs to the same account as your easypost API key. "ca_.."
Location Layout Model
A location layout is an object that describes how a storage area in your location is organized. Layouts can be nested inside of other layouts. You can also add inventory items to a layout and share that layout with other organizations. This will give them visibility into the items that you have.
id string
The ID of the layout. You are able to supply your own IDs. We encourage you to prefix your IDs with lay_
since our auto-generated IDs will be prefixed that way as well.
name string
The name of your layout.
nested_name string
The name of the layout if it's nested inside of a parent. For example a layout named "Bin 1" nested inside of layout "Shelf A", should be given the nested name "Shelf A, Bin 1".
parent_path string
The path of the parent layouts this one is nested in.
shared_with Array.<String>
The IDs of all organizations that this location layout is shared with.
code string
A code that can be assigned to layouts within a location. The layout code must be unique for a given location, but two different locations can have the same code.
Location Cache Model
Since locations are frequently accessed for user controls, pickup types, and addresses, it's important that these requests are able to be quick. We create a special cache object for locations that includes these frequently accessed properties for all locations at once.
address_hash string
The hash of the address model.
address_id string
the ID of the address.
formatted_address string
The full string of this location's address.
address_textarea string
The text area string for the address, which excludes the line2 property.
address_line2 string
The line2 property for the address.
id string
The ID of the location.
name string
The name of the location.
pickup_types Array.<pickup_types>
The pickup types that are available at this location.
users Array<String>
An array of IDs of users who have access to this location. The owner
and developer
roles have access to all locations by default.