POST
shopify_draft_order_complete.py
Posts a GraphQL document to
POST /admin/api/2026-07/graphql.json, as every tool in this pack does.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Turn a draft order into a real one. This reserves inventory, so check stock first.
from charter.packs import shopify
result = await shopify.draft_order_complete.ainvoke({"variables": ...})
POST /admin/api/2026-07/graphql.json, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | DraftOrderCompleteVariables | The draft order to complete. |
Was this page helpful?