ghl_product_inventory_list
Retrieve a paginated list of inventory items with search and pagination parameters to fetch multiple inventory details.
Instructions
List Inventory The "List Inventory API allows the user to retrieve a paginated list of inventory items. Use this endpoint to fetch details for multiple items in the inventory based on the provided query parameters. Endpoint: GET /products/inventory (Version header: v3; source: v3/products-v3.json) OAuth scopes: products/prices.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | Location Id or Agency Id | |
| limit | No | The maximum number of items to be included in a single page of results | |
| offset | No | The starting index of the page, indicating the position from which the results should be retrieved. | |
| search | No | Search string for Variant Search | |
| altType | Yes |