Get a list of Product Inventory
GET
/ProductInventory
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/ProductInventory?productIds&sort&page=1&resultsPerPage=20'
Response Response Example
[
{
"productID": "string",
"inventory": 0,
"orderedQuantity": 0,
"remainingInventory": 0
}
]
Request
Query Params
productIds
stringÂ
optional
sort
stringÂ
optional
page
stringÂ
optional
Example:
1
resultsPerPage
stringÂ
optional
Example:
20
Responses
Modified at 2025-06-13 13:34:15