POST
shopify_draft_order_create.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.
Create a draft order, the way to build an order by hand before it is placed. A draft holds no inventory until it is completed.
from charter.packs import shopify
result = await shopify.draft_order_create.ainvoke({"variables": ...})
POST /admin/api/2026-07/graphql.json, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | DraftOrderCreateVariables | The draft order to create. |
Was this page helpful?