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
System-generated unique ID to identify the geography
Response
OK
Response object representing a defined geography entity used for zone assignment, network linking, or rule application.
Version number indicating how many times this geography record has been updated.
2
Human-readable name used to identify the geography.
"US_Geo_PostalCode"
The classification type of the geography, such as PostalCode, State, or Country.
"PostalCode"
System-generated unique identifier for the geography.
"9372919a8219e8"
A detailed description of the purpose or scope of the geography.
"Specific geography for US Zones"
A list of geographic values covered by this geography. For example, a list of postal codes or region codes.
The name of the shipping zone associated with this geography.
"US_Zone"
A list of fulfillment or carrier networks that are linked to this geography.
Timestamp indicating when the geography record was created, in ISO 8601 UTC format.
"2022-07-11T15:03:14.642Z"
Timestamp indicating when the geography record was last updated, in ISO 8601 UTC format.
"2022-07-11T15:03:14.642Z"
Identifier for the primary resource linked to the geography, if applicable.
Identifier for the secondary or child resource linked to the geography, if applicable.