Dimensions & Weight
Get the Dimensions and Weight from any product.
JSON Request Format
{
"product": {
"identification": {
"value": string,
"type": string
}
},
"to_country": string
}Request fields
"products" / "identification" / "value"
"products" / "identification" / "type"
"to_country"
JSON Response Format
Response fields & values
"weight" / "min"
"weight" / "max"
"weight" / "median"
"weight" / "unit"
"width" / "min"
"width" / "max"
"width" / "median"
"width" / "unit"
"height" / "min"
"height" / "max"
"height" / "median"
"height" / "unit"
"length" / "min"
"length" / "max"
"length" / "median"
"length" / "unit"
"timestamp"
Last updated