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:

  1. Web-search site:shopify.dev rest admin api deprecation for deprecation timeline
  2. Web-search site:shopify.dev migrate rest to graphql for migration guide
  3. Fetch https://shopify.dev/docs/api/admin-rest for 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
Related skills
Installs
3
GitHub Stars
29
First Seen
Mar 31, 2026