Inventory status

Learn how to retrieve a product's inventory status.

The following GET /v1/shoppers/me/products/{productId}/inventory-status request gets the inventory for a specific product. You must provide the product id.


curl --location --request GET 'http://{host}/v1/shoppers/me/products/{productId}/inventory-status' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic ***' \

Last updated