create_vendor
Create a fulfillment vendor by providing a name and at least one destination address, enabling product routing for order fulfillment.
Instructions
Create a fulfillment vendor. Requires name and at least one "to" address. Route products to it afterwards via update_product (fulfillment_vendor_id + vendor_sku). Vendor order emails never include prices. Max 10 vendors per store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| name | Yes | ||
| notes | No | Standing instructions sent with every order via {{vendor.notes}} | |
| status | No | paused = new orders are skipped (recorded on the order) until resumed | |
| template_html | No | Custom order-sheet HTML (max 50KB). Empty = the standard sheet. Custom HTML MUST contain {{items_table}} or an {{#items}}…{{/items}} block or the API returns NO_ITEMS_PLACEHOLDER. There are NO price tags. | |
| include_shipping | No | Fill {{shipping_address}} with the customer ship-to (default true) | |
| subject_template | No | Subject line; {{order.number}} {{store.name}} {{vendor.name}} resolve | |
| include_customer_contact | No | Fill {{customer.name}}/{{customer.email}} (default false) |