Another API description
| Resource | Description |
|---|---|
| GET /api/shopify/inventory_batch_order_items | List of inventory batch order items based on Shopify order ID and Shopify line item ID |
| POST /api/shopify/inventory_batch_order_items | Create inventory batch order item |
| DELETE /api/shopify/inventory_batch_order_items/:id | Delete inventory batch order item |
| Resource | Description |
|---|---|
| GET /api/shopify/inventory_batches | List of inventory batches based on pagination, search, and filter (by variant ID or location ID or both). |
| GET /api/shopify/inventory_batches/:id | Show inventory batch |
| POST /api/shopify/inventory_batches | Create inventory batch |
| PUT /api/shopify/inventory_batches/:id | Update inventory batch |
| DELETE /api/shopify/inventory_batches/:id | Delete inventory batch |
| Resource | Description |
|---|---|
| GET /api/shopify/shop | get current Shop |