Add a product to a parcel of an existing consignment.
Note: You can use this operation if the consignment lifecycle status is Unallocated
, Allocated
, Printed
, or Ready to manifest
. Using the operation does not change the status of a modified consignment.
required | object (Item) Trade items are the goods being shipped. Enter data about each trade item in a parcel. |
Successfully amended items
Bad Request
Unauthorized
Forbidden
Conflict - Wrong state for adding a product to a parcel
Internal Server Error
{- "item": {
- "itemRef": "string",
- "harmonisedCode": "string",
- "countryOfOrigin": "string",
- "fabricContent": "string",
- "description": "string",
- "itemType": "string",
- "quantity": 0,
- "value": {
- "amount": 0.1
}, - "weight": {
- "value": 0.1
}, - "dangerousGoods": {
- "unId": "string",
- "shippingName": "string",
- "productClass": "1.2",
- "packagingGroup": "string",
- "measurementUnit": "string",
- "packagingInstructions": "string",
- "quantity": 0.1,
- "packageType": "string",
- "amount": 0.1,
- "regulationAuthority": "string",
- "regulationLevelCode": "string",
- "transportationMeans": "string",
- "reportableQuantity": true,
- "radioActive": true,
- "subRiskClass": "string",
- "technicalName": "string",
- "additionalInfo": "string",
- "overPack": "string",
- "packagingInstructionSection": "string"
}, - "exportReferenceNumber": "string",
- "exportLicenseNumber": "string",
- "batteryChemCode": "string",
- "references": {
- "property1": "string",
- "property2": "string"
}, - "taxesPaid": true
}
}
{- "errorCode": "string",
- "message": "string",
- "systemMessage": "string",
- "traceID": "string",
- "timestamp": "2019-08-24T14:15:22Z"
}