shopify
Interact with a Shopify store through the Shopify Admin REST API using a bot's SHOPIFY_ACCESS_TOKEN.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interact with a Shopify store through the Shopify Admin REST API using a bot's SHOPIFY_ACCESS_TOKEN.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Coder/integrator skill for building integrations, automations, and deploying services. Covers tech stack decisions (Deno Deploy, GitHub, InstantDB, prompt2bot, Supergreen), referencing the dedicated WhatsApp skill for WhatsApp integrations, webhook patterns, and communication guidelines for non-technical users.
AI agent skill for interacting with Google Docs and Google Sheets.
AI agent skill for interacting with Google Drive.
Make.com integration guidance for prompt2bot agents — regional APIs, module versions, and scenario blueprint scanning.
Create, query, and manage calendar events and meeting availability across Calendly, Google Calendar, and Microsoft 365 Calendar (Outlook). Covers event creation, searching events, free/busy availability, and booking. Triggers: calendar, event, meeting, schedule, scheduling, availability, free busy, booking, appointment, reminder, timezone, create event, Google Calendar, Outlook, Microsoft 365, Calendly.
Deno Deploy guidance and VM-less safescript tools for prompt2bot agents — REST API v2 app/env-var/revision operations, CLI usage, CI deployment, and logging.
| name | shopify |
| description | Interact with a Shopify store through the Shopify Admin REST API using a bot's SHOPIFY_ACCESS_TOKEN. |
Use this skill to check order status, get tracking information, and query the product catalog for a Shopify store.
Pass the configured Shopify access token secret as shopifyAccessToken through
secretMapping. Usually this should be:
{ "shopifyAccessToken": "SHOPIFY_ACCESS_TOKEN" }
The token must have access to the store's Admin API and must allow requests to
myshopify.com.
Also pass shopifyStoreDomain (e.g. mystore.myshopify.com) as a regular
parameter.
shopifyOrderStatus: get the financial and fulfillment status of an order by
its internal Shopify order ID.shopifyGetTracking: get tracking numbers, carriers, and tracking URLs for
an order by its order number (e.g. 1001). The # prefix is added
automatically.shopifyQueryCatalog: query the product catalog with optional free-text
search and price filters. Returns up to 250 visible products matching the
criteria. Filters are applied client-side after fetching a single page from
Shopify.