Retrieve the last purchase price of selected products in one specific warehouse.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| productIDs | Multiple product IDs, separated by commas, such as: 1,2,3,4,5. | string | yes |
| warehouseID | Warehouse ID. | integer | yes |
| Field name | Type | Description |
|---|---|---|
| productID | integer | Product ID. |
| price | string | Last purchase price. |