Send shipping update email
Send shipping update emails to multiple preorders. You can specify orders using either:
STOQ internal order IDs (UUIDs) via
order_idsShopify order IDs via
shopify_order_ids
You must provide one or the other, but not both.
Authorizations
X-Auth-TokenstringRequired
Header parameters
X-Auth-TokenstringRequired
API key for authentication
Body
order_idsstring · uuid[]Optional
Array of STOQ internal order UUIDs to send shipping updates to (mutually exclusive with shopify_order_ids)
shopify_order_idsinteger[]Optional
Array of Shopify order IDs to send shipping updates to (mutually exclusive with order_ids)
subjectstringRequired
Email subject line
headerstringRequired
Email header text
descriptionstringRequired
Email body description
Responses
200
Shipping update emails queued successfully
application/json
400
Bad request - missing required parameters or invalid input
application/json
401
Unauthorized
404
No valid orders found
application/json
post
/preorders/send_shipping_updateLast updated