Shopify Get Inventory Item by Id
Retrieves the inventory item information by id.
Uses this endpoint behind the scenes: https://shopify.dev/docs/api/admin-rest/2024-04/resources/inventoryitem#get-inventory-items-inventory-item-id
Inputs
Name | Type | Description |
---|---|---|
Shopify Token | SensitiveString | Shopify API Token |
Shopify Domain | String | Shopify Domain |
Inventory Item ID | String | Shopify Inventory Item ID |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success |
Inventory Item | Object | Inventory Item data details |
Updated 6 months ago