Customers > Customer Inventory
Customer Inventory
Customer Inventory refers to the digital items, including both gift cards and digital goods, owned by a customer.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| customerInventory | Get a particular inventory item | GET:customer_inventory.json |
| customerInventoryCreate | Create customer inventory items | POST:customer_inventory.json |
| customerInventoryDownload | Download customer inventory item | POST:customer_inventory/download.json |
| customerInventoryExport | Export customer inventory | POST:customer_inventory/export.json |
| customerInventoryModify | Modify customer inventory items | POST:customer_inventory.json |
| customerInventoryNotes | Get customer inventory notes | GET:customer_inventory_notes.json |
| customerInventoryNotesCreate | Create customer inventory notes | POST:customer_inventory_notes.json |
| customerInventoryNotesDelete | Delete customer inventory notes | DELETE:customer_inventory_notes.json |
| customerInventoryNotesModify | Modify customer inventory notes | POST:customer_inventory_notes.json |
| customerInventoryPage | Get inventory items | GET:customer_inventory/page.json |