POST
shopify_customer_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 customer. Shopify needs at least an email address or a phone number; a customer with neither is rejected.
from charter.packs import shopify
result = await shopify.customer_create.ainvoke({"variables": ...})
POST /admin/api/2026-07/graphql.json, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | CustomerCreateVariables | The customer to create. |
Was this page helpful?