Skip to main content
POST
/
fulfillmentPlans
/
{sellerId}
/
skuRemoval
Create fulfillment plan
curl --request POST \
  --url https://api.quivo.co/fulfillmentPlans/{sellerId}/skuRemoval \
  --header 'Content-Type: application/json' \
  --data '
{
  "sku": "<string>"
}
'
This response has no body data.

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.