Create Carrier Credentials
Creates new carrier credentials. See this guide for details about the fields that are required for each carrier.
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
The carrier ID.
Query Parameters
limits which fields are returned in the response body
Body
The carrier credential data.
Stores a reference to a Mozu.ShippingAdmin.Contracts.Carriers.CarrierCredentialSet for use at different levels. Valid levels include Site, Location Group, and Location. Different levels may be used for rates versus labels. Site level is overriden by Location Group level which is overriden by Location level.
The Carrier ID associated with this carrier credential. Usually the short name of a carrier (e.g., "FedEx").
Stores a set of carrier credential key-value pairs. Sets are stored at the tenant level and referenced by a Mozu.ShippingAdmin.Contracts.Carriers.CarrierCredential.
The Location Code associated with this carrier credential, if any.
The Location Group Code associated with this carrier credential, if any.
The Site ID associated with this carrier credential, if any.
Response
Success
Stores a reference to a Mozu.ShippingAdmin.Contracts.Carriers.CarrierCredentialSet for use at different levels. Valid levels include Site, Location Group, and Location. Different levels may be used for rates versus labels. Site level is overriden by Location Group level which is overriden by Location level.
The Carrier ID associated with this carrier credential. Usually the short name of a carrier (e.g., "FedEx").
Stores a set of carrier credential key-value pairs. Sets are stored at the tenant level and referenced by a Mozu.ShippingAdmin.Contracts.Carriers.CarrierCredential.
The Location Code associated with this carrier credential, if any.
The Location Group Code associated with this carrier credential, if any.
The Site ID associated with this carrier credential, if any.

