Skip to main content

Supplier orders

Use supplier order operations when a merchant integration needs to create purchasing workflows, update line items, or mirror supplier order states.

Available operations

Example: create a supplier order

mutation CreateSupplierOrder($input: CreateSupplierOrderInput!) {
createSupplierOrder(input: $input) {
id
number
state
paymentState
}
}

The input references product-supplier configurations, not raw products. Use Product-supplier configurations to find or create those assignments first.

Required scopes

Use supplier_orders:read for reads and supplier_orders:write for mutations.