Send shipping update email

Send shipping update emails to multiple orders

post

Send shipping update emails to multiple preorders. You can specify orders using either:

  • STOQ internal order IDs (UUIDs) via order_ids

  • Shopify 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
chevron-right
200

Shipping update emails queued successfully

application/json
post
/preorders/send_shipping_update

Last updated