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
Example request
{
"marketplaceId": "A2EUQ1WTGCTBG2",
"mskuPrepDetails": [
{
"msku": "msku",
"prepCategory": "NONE",
"prepTypes": [
"ITEM_NO_PREP"
]
}
]
}Response
SetPrepDetails 202 response