v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Fulfillment Inbound v2024-03-20

setPrepDetails

Set the preparation details for a list of MSKUs in a specified marketplace.

post/inbound/fba/2024-03-20/items/prepDetails

Request body

marketplaceIdstring required

The marketplace ID. For a list of possible values, refer to Marketplace IDs.

Example request

{
  "marketplaceId": "A2EUQ1WTGCTBG2",
  "mskuPrepDetails": [
    {
      "msku": "msku",
      "prepCategory": "NONE",
      "prepTypes": [
        "ITEM_NO_PREP"
      ]
    }
  ]
}

Response

SetPrepDetails 202 response

operationIdstring required

UUID for the given operation.