Skip to main content
GET
/
fulfillmentPlans
/
{sellerId}
List fulfillment plans
curl --request GET \
  --url https://api.quivo.co/fulfillmentPlans/{sellerId}
[
  {
    "type": "RULE",
    "order": 123,
    "sku": "<string>",
    "deliveryCountry": "<string>",
    "scriptedCondition": "<string>",
    "id": 123,
    "thens": [
      {
        "order": 123,
        "sku": "<string>",
        "quantity": "<string>",
        "warehouse": "<string>",
        "customsValue": "<string>",
        "splitId": "<string>",
        "lot": "<string>",
        "expirationDate": "<string>",
        "id": 123
      }
    ]
  }
]

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.

Response

Returns an array of fulfillment plan summaries with configuration details.

type
enum<string>

The type or category of the item

Available options:
RULE,
PRE,
POST
order
integer<int32>

Order identifier or information

sku
string

Stock Keeping Unit (SKU) identifier

deliveryCountry
string

Country code or name

scriptedCondition
string

The scripted condition

id
integer<int64>

The unique identifier for the id

thens
object[]

Array of then items