For AI agents: visit https://docs.digitalgenius.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Shopify Get Line Item Inventory Level
| Name | Type | Description |
|---|
| Shopify Token | SensitiveString | Shopify API token |
| Shopify Domain | String | Shopify domain |
| Order ID | String | Order ID |
| Line Item | Object | Order Line Item |
| 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 |
| Name | Type | Description |
|---|
| Success | Boolean | Whether successfully retrieved the inventory level information for each line item |
| Line Item | Object | Order line item with additional information about the inventor |
| In Stock | Boolean | Whether the line item is in stock |
| Available Products | Number | Available Products |
| Incoming Products | Number | Incoming Products |
| Committed Products | Number | Committed Products |
| Damaged Products | Number | Damaged Products |
| On hand Products | Number | On hand Products |
| Quality Control Products | Number | Quality Control Products |
| Reserved Products | Number | Reserved Products |
| Safety Stock Products | Number | Safety Stock Products |
| On Hand minus Committed | Number | On Hand minus Committed products |