create_demand
Create a shipment to fulfill a customer order, specifying warehouse, buyer, and line items with quantities.
Instructions
Create a shipment (demand) to fulfill a customer order. Links to a warehouse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | Shipment line items | |
| agent_href | Yes | Meta href of the counterparty (buyer) | |
| store_href | Yes | Meta href of the warehouse to ship from. Get from list_stores | |
| description | No | Shipment description/comment | |
| organization_href | Yes | Meta href of the organization (seller) | |
| customer_order_href | No | Meta href of the linked customer order (optional) |