Shopify Get Order Inventory Level
Get order inventory
Uses the following Shopify endpoints: orders, fulfillment_orders, inventory_levels
Inputs
| Name | Type | Description |
|---|---|---|
| Shopify Token | SensitiveString | Shopify API token |
| Shopify Domain | String | Shopify domain |
| Order ID | String | Order ID |
| Minimum Stock | Optional Number | Minimum stock quantity to check against the inventory |
| Type of Stock | Optional String | Type of stock to check against the inventory |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether successfully retrieved the inventory level information for each line item |
| Line Items | List | Order line items with additional information about the inventory |
| All in Stock | Boolean | Whether all the line items are in stock |
Updated over 1 year ago
