A Location represents a warehouse, store, or other physical place used for fulfillment, order processing, and pickup settings. Location resources are scoped to the organization and are not bound to a store.
A Location represents a warehouse, store, or other physical place used for fulfillment, order processing, and pickup settings. Location resources are scoped to the organization and are not bound to a store.
The unique identifier of the location. For locations created through Commerce API, this is the custom ID supplied when creating the location, or a system-generated UUID if no custom ID was provided. For ecommerce platform-sourced locations, the ID is returned in the format app-<platform>-<app_key>-<external_id>.
The location name.
The source of the location. manual means the location was created through Commerce API. platform means the location was imported from an ecommerce platform.
The physical address and contact information of the location. For Location resources, first_name and last_name are joined into one contact name on write; on read, the full contact name is returned as first_name and last_name is empty. The type field is accepted by the schema but not used for Location resources — omit it on write; on read it is always empty.
The type of address.
First line of the street address.
Second line of the street address.
Third line of the street address.
The location's city, town, or village.
The state or region of the location, such as a province, state, or prefecture.
The postal code of the location (also known as zip code, postcode, Eircode, etc.).
The address country/region in ISO 3166-1 alpha-3 format.
The name of the company associated to the address.
The first name of the person associated to the address.
The last name of the person associated to the address.
The email address of the person associated to the address.
The phone number of the person associated to the address.
The coordinate of the address.
The name of the timezone where the location is located, as defined by the IANA timezone database standard.
The regular opening hours of the location.
The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.
The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.
The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.
The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.
The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.
The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.
The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day.
The order processing setting for this location.
Whether order processing is enabled for this location.
The daily cutoff time for processing orders in HH:mm format.
The number of business days needed to process an order. Use 0 when fulfillment can be completed within 1 business day.
The pickup setting for this location.
Whether pickup is enabled for this location.
Pickup instructions shown to the customer.
The minimum number of seconds needed before the order is ready for pickup.
The maximum number of seconds needed before the order is ready for pickup.
The date and time when the location was created in AfterShip, formatted in ISO 8601.
The date and time when the location was updated in AfterShip, formatted in ISO 8601.
preparing...