v1
latestOpenAPI 3.0.12026-07-2481208369.3 KBpackagePlanner
post/api/v1/packaging/planner
Headers
x-delegated-partner-idstring
Request body
Example request
{
"items": [
{
"productDetails": [
"Fragile",
"ORMD"
]
}
],
"packaging": [
{
"packagingMaterial": "box",
"unsupportedProductDetails": [
"Li-ion"
]
}
]
}Response
Default Response
Example response
{
"unpackableItems": [
{
"productDetails": [
"Fragile",
"ORMD"
]
}
],
"packages": [
{
"packagingMaterial": "box",
"packageContents": [
{
"productDetails": [
"Fragile",
"ORMD"
]
}
]
}
]
}