POST
shopify_product_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 product. Only title is required. Note that Shopify creates products unpublished — a new product is not on the storefront until it is published to a sales channel, which is a separate operation.
from charter.packs import shopify
result = await shopify.product_create.ainvoke({"variables": ...})
POST /admin/api/2026-07/graphql.json, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | ProductCreateVariables | The product to create. |
Was this page helpful?