v1
latestOpenAPI 3.0.12026-07-242073551.1 MBProducts
Get Product
Retrieves detailed information about a specific product based on its unique SKU code. With this endpoint, you can access all pertinent data related to the product, including its description, origin, value, weight, and so on, which is essential for inventory management, shipping logistics, and compliance with customs regulations.
get/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.
Response
Returns the details of a product.
Example response
{
"LastUpdatedDateUtc": "2022-02-06T16:13:24.010Z",
"LastUpdatedBy": "User A",
"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"
}
}