Inventory resource for managing inventories
https://www.swcombine.com/ws/v2.0/documentation/inventory/uid/ SW Combine API Documentation
Readonly
Get inventory summary by UID.
Returns the inventory summary object directly — not wrapped in a Page.
Page
The inventory summary.
const overview = await client.inventory.get({ uid: '1:12345' });console.log(overview); // access properties directly, not overview.data Copy
const overview = await client.inventory.get({ uid: '1:12345' });console.log(overview); // access properties directly, not overview.data
Inventory resource for managing inventories
See
https://www.swcombine.com/ws/v2.0/documentation/inventory/uid/ SW Combine API Documentation