Shopify Complete Draft Order

This action finalizes a Shopify draft order, converting it into a regular order, and returns the completed draft order details.


Inputs

NameTypeDescription
Draft Order IdStringThe identifier of the draft order to be completed.
Shopify DomainStringThe store’s myshopify.com subdomain (e.g., your-store).
Shopify Access TokenCredentialsA token (shpat_x) with permissions to complete draft orders.

Outputs

NameTypeDescription
SuccessBooleanIndicates whether the draft order was successfully completed.
Draft OrderObjectThe completed draft order details (present if Success is true).

Notes

  • Uses Shopify Admin API version 2025-04 and the /draft_orders/{draft_order_id}/complete.json endpoint.
  • If the operation fails, Draft Order will be null and Success will be false.
  • Ensure the access token has the write_draft_orders scope.