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.
Body
Find shipping zone request
ISO 3166-1 alpha-2 based country code
"US"
City for which location will be searched
"San Francisco"
Region where inventory is managed
"North America"
Postal code from where nearby locations are to be searched
94008
Custom attributes for more specific data
{ "key": "value" }
Response
Created
Response object returned when retrieving shipping zone information for a given geography. Includes the assigned zone, preferred delivery network, and associated networks.
The name of the geographic area or grouping used for zone assignment (for example, based on postal codes or regions).
"US_Geo_PostalCode"
The name of the shipping zone assigned to the specified geography.
"US_LOCATIONS"
The primary delivery network recommended for shipments to this zone.
"ShipToHome"
A list of all delivery networks that are available or eligible for shipping to this zone.