POST
shopify_fulfillment_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.
Fulfil one or more fulfillment orders, marking the goods as shipped. Get the ids from order_fulfillment_orders first. Omit the line items to fulfil a fulfillment order whole. Every one named must belong to the same order and the same location, so an order shipping from two places needs two calls.
from charter.packs import shopify
result = await shopify.fulfillment_create.ainvoke({"variables": ...})
POST /admin/api/2026-07/graphql.json, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | FulfillmentCreateVariables | The fulfilment to create. |
Was this page helpful?