get https://{accountName}.{environment}.com.br/api/logistics/pvt/inventory/reservations//
Lists reservations in your store, by searching through warehouse and SKU.
Request body example
curl --location --request GET 'https://{accountName}.{environment}.com.br/api/logistics/pvt/inventory/reservations/warehouseId/skuId' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Accept: application/json' \
--header 'X-VTEX-API-AppKey: {{X-VTEX-API-AppKey}}' \
--header 'X-VTEX-API-AppToken: {{X-VTEX-API-AppToken}}'