update_vendor
Partially update a fulfillment vendor, preserving unspecified fields and the saved template. Set status to paused/active to pause or resume order emails.
Instructions
Update a fulfillment vendor (partial — provide only the fields to change; the rest are preserved, including the saved template). Use status "paused"/"active" to pause or resume order emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | Recipient email addresses (1-5) | |
| name | No | ||
| notes | No | Standing instructions sent with every order via {{vendor.notes}} | |
| status | No | paused = new orders are skipped (recorded on the order) until resumed | |
| vendorId | Yes | ||
| 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) |