Shopify Mock Server
Full mock implementation of the Shopify Admin API. Orders, products, customers, and more.Supported endpoints
Orders
| Endpoint | Methods |
|---|---|
/admin/api/2024-01/orders.json | GET (list), POST (create) |
/admin/api/2024-01/orders/{id}.json | GET, PUT, DELETE |
/admin/api/2024-01/orders/{id}/cancel.json | POST |
/admin/api/2024-01/orders/{id}/close.json | POST |
Products
| Endpoint | Methods |
|---|---|
/admin/api/2024-01/products.json | GET (list), POST (create) |
/admin/api/2024-01/products/{id}.json | GET, PUT, DELETE |
/admin/api/2024-01/products/{id}/variants.json | GET, POST |
Customers
| Endpoint | Methods |
|---|---|
/admin/api/2024-01/customers.json | GET (list), POST (create) |
/admin/api/2024-01/customers/{id}.json | GET, PUT, DELETE |
/admin/api/2024-01/customers/search.json | GET |
Inventory
| Endpoint | Methods |
|---|---|
/admin/api/2024-01/inventory_levels.json | GET, POST |
/admin/api/2024-01/inventory_items/{id}.json | GET, PUT |
/admin/api/2024-01/locations.json | GET |