v1
latestOpenAPI 3.0.12026-07-242073551.1 MBProducts
Update Product
Modify the details of an existing product in the system based on its unique SKU code. With this endpoint, you can submit updates for various product attributes, ensuring that the product information remains current and accurate. This functionality is essential for inventory management, compliance with shipping regulations, and maintaining accurate records.
put/v4/products/{skuCode}
Path parameters
skuCodestring required
A unique Stock Keeping Unit (SKU) code assigned to the product by you. This code is essential for tracking inventory, helping users identify specific products easily.
Request body
Example request
{
"SkuCode": "SKU123",
"Description": "White Men Large T-shirt",
"Value": 19.99,
"Weight": "0.5",
"HSCode": "6109100010",
"CountryOfOrigin": "GB",
"CurrencyCode": "GBP",
"Hazmat": {
"UNCode": "1002",
"ProperShippingName": "Compressed Air",
"Class": "9",
"Id8000Category": "Nail Varnish",
"Quantity": 3.5,
"EmergencyActionCode": "E012"
}
}Response
The product was updated successfully.