Shopify Get Inventory Level by Location
Get inventory level based on the inventory item and location
Inputs
| Name | Type | Description |
|---|---|---|
| Shopify Token | SensitiveString | Shopify API token |
| Shopify Domain | String | Shopify domain |
| Line Item | Object | Line item for product extraction |
| Location ID | String | Location ID |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether successfully retrieved the inventory level information |
| Inventory Levels | List | Inventory levels list |
| Product | Object | Product information |
| Inventory Level Information | Object | Inventory level information |
| 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 |
Updated over 1 year ago
