Send shipping update email
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
successbooleanOptionalExample:
truemessagestringOptionalExample:
Shipping update emails will be sentorders_countintegerOptionalExample:
Number of orders that will receive the shipping update
2400
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