This operation Updates the configuration for the specified Custom Carrier Code.
The custom carrier code itself cannot be changed. If provided in the body, it will be ignored.
Custom carrier code successfully updated.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "carrier": "FEDEX",
- "carrierAccountId": "xxxxxxxxxxx",
- "parcelType": "PKG",
- "parcelName": "Package",
- "serviceId": "GRD",
- "serviceName": "Ground",
- "specialServices": [
- {
- "specialServiceId": "INS",
- "inputParameters": [
- {
- "name": "INPUT_VALUE",
- "value": "101"
}
], - "fee": 0
}
]
}
{- "code": "myups-test2"
}