Fulfillment Inbound v2024-03-20
generatePlacementOptions
Generates placement options for the inbound plan.
post/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions
Path parameters
inboundPlanIdstring required
Identifier of an inbound plan.
Request body
Example request
{
"customPlacement": [
{
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"warehouseId": "YYZ14"
}
]
}Response
GeneratePlacementOptions 202 response