create_sales_return
Create a sales return in MoySklad by providing organization, agent, store, and line items with prices in rubles.
Instructions
Create a sales return (возврат покупателя). Prices in RUBLES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | Document line items | |
| agent_href | Yes | Meta href of the counterparty. Get from get_counterparties | |
| store_href | Yes | Meta href of the warehouse/store. Get from list_stores | |
| description | No | Comment | |
| organization_href | Yes | Meta href of the organization. Get from list_organizations |