This operation Updates the details for the specified Customs Product.
The customs product (description) itself cannot be changed.
Customs Product description successfully updated.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "description": "This is description of the product",
- "originCountryCode": "US",
- "hsTariffCode": "hsc01",
- "quantity": 1,
- "unitPrice": 10,
- "itemId": "item1",
- "url": "abc",
- "productDimensions": {
- "length": 10,
- "height": 10,
- "width": 10,
- "dimUnit": "IN"
}, - "weightUnit": "OZ",
- "weight": 10
}{- "errors": [
- {
- "errorCode": "validation_error",
- "errorDescription": "Customs Product not found"
}
]
}