fulfill_order
Mark an order as fulfilled by submitting shipment details like carrier, tracking number, and optional customer notification.
Instructions
MUTATES THE LIVE STORE. Mark an order fulfilled with shipment details.
shipments is a list of shipment objects, each accepting
carrierName, service, shipDate (ISO-8601), trackingNumber,
and trackingUrl. When should_send_notification is true (default),
Squarespace emails the customer. Use only when actually shipping an order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| shipments | Yes | ||
| should_send_notification | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||