create_customer_order
Create a customer order in MoySklad using organization, buyer, and line item details with prices in rubles.
Instructions
Create a customer order. Prices in RUBLES (converted to kopecks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | Order line items | |
| agent_href | Yes | Meta href of the counterparty (buyer). Get from get_counterparties | |
| description | No | Order description/comment | |
| organization_href | Yes | Meta href of the organization (seller). Get from list_organizations |