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.