A valid request URL is required to generate request examples{
"carrierId": "<string>",
"siteId": 123,
"locationGroupCode": "<string>",
"locationCode": "<string>",
"credentialSet": {
"carrierId": "<string>",
"code": "<string>",
"name": "<string>",
"values": [
{
"key": "<string>",
"value": "<string>"
}
],
"integrationId": "<string>",
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
},
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}Retrieves carrier credentials for a specific Carrier ID
A valid request URL is required to generate request examples{
"carrierId": "<string>",
"siteId": 123,
"locationGroupCode": "<string>",
"locationCode": "<string>",
"credentialSet": {
"carrierId": "<string>",
"code": "<string>",
"name": "<string>",
"values": [
{
"key": "<string>",
"value": "<string>"
}
],
"integrationId": "<string>",
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
},
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}JWT Authorization header using the Bearer scheme.
The carrier ID.
The site ID, if any.
The location group code, if any.
The location code, if any.
limits which fields are returned in the response body
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").
The Site ID associated with this carrier credential, if any.
The Location Group Code associated with this carrier credential, if any.
The Location Code associated with this carrier credential, if any.
Stores a set of
Show child attributes
Show child attributes