Get a specific location
Get a specific location by location number.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID
x-fabric-channel-id identifies the sales channel through which the API request is being made; primarily for multichannel use cases. It is an optional field. The default US channel is 12 while the default Canada channel is 13.
Path Parameters
Merchant-specified unique number to identify the location
Response
Location response
Merchant-specified unique number to identify the location
23
Location name
"Seattle Store"
Address details
Location Capacity Model used by fulfillment specialist to optimize fulfillments across the distribution network and monitor productivity by location
Location coordinates
{
"coordinates": [-122.3493, 47.6205],
"type": "Point"
}
Time location was created
"2022-05-25T07:58:30.996Z"
Determines if a location is active and able to fulfill allocations. true: Location is active for order fulfillment operation. false: Location is inactive.
true
System-generated unique ID to identify the location
"9372919a8219e8"
Location operating hours
Store operating hour
Location transfer Model used setup transfer configuration for location
Location type
"DC"
Time location was last updated
"2022-05-25T07:58:30.996Z"
Was this page helpful?