v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
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

operationIdstring required

UUID for the given operation.