Skip to main content
POST
/
fulfillmentPlans
/
{sellerId}
/
skuAddition
Create fulfillment plan
curl --request POST \
  --url https://api.quivo.co/fulfillmentPlans/{sellerId}/skuAddition \
  --header 'Content-Type: application/json' \
  --data '
{
  "skuToAdd": "<string>",
  "whenSku": "<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}/skuAddition

Request payload for adding SKUs to a fulfillment plan. Contains the SKU identifiers and configuration details needed to include new products in the fulfillment planning process.

skuToAdd
string

Stock Keeping Unit (SKU) identifier

whenSku
string

Stock Keeping Unit (SKU) identifier

Response

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