List stock reservations for the tenant (debug)
GET
/admin/v1/inventory/reservations
const url = 'https://your-store.example.com/admin/v1/inventory/reservations';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://your-store.example.com/admin/v1/inventory/reservationsParameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” variantId
string format: uuid