tiendanube_create_draft_order
Create a draft order (quote) by specifying customer information, products, payment status, and optional shipping or billing addresses.
Instructions
CREATE DRAFT ORDER - Create a new draft order (quote) with customer and product information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_name | Yes | Customer first name | |
| contact_lastname | Yes | Customer last name | |
| contact_email | Yes | Customer email address | |
| payment_status | Yes | Payment status | |
| products | Yes | Products to include in draft order | |
| shipping_address | No | Shipping address information | |
| billing_address | No | Billing address information | |
| discount | No | Discount amount | |
| shipping_cost | No | Shipping cost | |
| note | No | Order notes |