shopify-api-rest
Installation
SKILL.md
Shopify REST Admin API (DEPRECATED)
DEPRECATION NOTICE: The Shopify REST Admin API was deprecated in October 2024. All new development MUST use the GraphQL Admin API. This skill exists for maintaining legacy code and planning migration.
Before writing code
Fetch live docs:
- Web-search
site:shopify.dev rest admin api deprecationfor deprecation timeline - Web-search
site:shopify.dev migrate rest to graphqlfor migration guide - Fetch
https://shopify.dev/docs/api/admin-restfor REST reference (if maintaining legacy code)
REST API Overview (Legacy)
Endpoints
- Base URL:
https://{store}.myshopify.com/admin/api/{version}/ - Resources:
products.json,orders.json,customers.json, etc. - CRUD via HTTP methods: GET, POST, PUT, DELETE