Store management for products and orders
https://{shop}.myshopify.com/admin/api/2024-01/products.json
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of results (max 250) |
| status | string | optional | Product status (active, archived, draft) |
| vendor | string | optional | Filter by vendor |
| product_type | string | optional | Filter by product type |
/products/{product_id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| product_id | string | required | Product ID |
/products.json
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | Product title |
| body_html | string | optional | Product description (HTML) |
| vendor | string | optional | Vendor name |
| product_type | string | optional | Product type |
| status | string | optional | Product status |
| variants | array | optional | Product variants |
/products/{product_id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| product_id | string | required | Product ID |
| title | string | optional | Product title |
| body_html | string | optional | Product description |
| status | string | optional | Product status |
/orders.json
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of results |
| status | string | optional | Order status (open, closed, cancelled, any) |
| financial_status | string | optional | Financial status |
| fulfillment_status | string | optional | Fulfillment status |
| created_at_min | string | optional | Minimum creation date |
| created_at_max | string | optional | Maximum creation date |
/orders/{order_id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| order_id | string | required | Order ID |
/customers.json
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of results |
| created_at_min | string | optional | Minimum creation date |
/customers/{customer_id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | string | required | Customer ID |
/inventory_levels.json
| Param | Type | Required | Description |
|---|---|---|---|
| inventory_item_ids | string | optional | Comma-separated inventory item IDs |
| location_ids | string | optional | Comma-separated location IDs |