Skip to main content
POST
Create fulfillment plan

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

Body

application/json

Data to create a new resource at /fulfillmentPlans/{sellerId}/skuRemoval

Request payload for removing SKUs from a fulfillment plan. Specifies which products should be excluded from the fulfillment planning process.

sku
string

Stock Keeping Unit (SKU) identifier

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.