A valid request URL is required to generate request examples{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"carrierId": "<string>",
"code": "<string>",
"integrationId": "<string>",
"name": "<string>",
"values": [
{
"key": "<string>",
"value": "<string>"
}
]
}Returns a credential set based on a specific Carrier ID and Code
A valid request URL is required to generate request examples{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"carrierId": "<string>",
"code": "<string>",
"integrationId": "<string>",
"name": "<string>",
"values": [
{
"key": "<string>",
"value": "<string>"
}
]
}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.
JWT Authorization header using the Bearer scheme.
The carrier ID.
The carrier credential set code.
limits which fields are returned in the response body
Success
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.
Show child attributes
The Carrier ID associated with this credential set. Usually the short name of a carrier (e.g., "FedEx").
A unique code identifying this credential set. The code is only guaranteed to be unique at the tenant and carrier level.
Specifies the ID returned from an integration.
A name (i.e., nickname) for this credential set.
A collection of values contained in this credential set.
Show child attributes