InventoryHandler
This class provides RESTful services to get inventory availability details for products. It performs the service by delegating to the InventoryAvailability BOD service.
| Method Name | HTTP Method | URL | Query Parameters | Description | Authentication | Example |
|---|---|---|---|---|---|---|
| getInventoryAvailabilityByProductId | GET | store/{storeId}/inventoryavailability/{productIds} | responseFormat={responseFormat}&onlineStoreId={onlineStoreId}&physicalStoreId={physicalStoreId} | Gets inventory details for the specified product by it's identifier (Catalog Entry Id). Multiple product IDs can be passed to the URI separated by a comma (,). | No,HTTP | Sample |