


InventoryHandler
This class provides RESTful services to retrieve product inventory availability details. It delegates to the InventoryAvailability noun to perform the operations.
Method Name | HTTP Method | URL | Query Params | Description | Authentication | Example |
---|---|---|---|---|---|---|
getInventoryAvailabilityByProductId | GET | store/{storeId}/inventoryavailability/{productIds} | responseFormat={responseFormat}&onlineStoreId={onlineStoreId}&physicalStoreId={physicalStoreId} | Gets inventory details for the specified product by its identifier (Catalog Entry ID). Multiple product IDs can be passed to the URI separated by a comma ',' . | No,HTTP | Sample |