POST
shopify_shop_get.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.
Get the store’s own details — its name, domain, currency and timezone. Useful to confirm which store the credentials point at, and to learn the currency that order totals are quoted in.
from charter.packs import shopify
result = await shopify.shop_get.ainvoke({})
POST /admin/api/2026-07/graphql.json, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables | ShopGetVariables | This query takes no variables. |
Was this page helpful?