Searches all items and returns all matching items, filtered by the passed in search parameters. If multiple tags are specified, then all items that contain at least one of the passed in tags is returned.
/item
Supplying an item object, this will create a new item with a newly assigned unique id. The Item representation returned in the response body is a representation of the Item as persisted with a unique identifier signed and with its fields properly normalized. The supplied item object submitted with the request must have a name property that is unique across all items.
/item
[^_]\w+
FUNGIBLE
, DISTINCT
Looks up an item by the passed in identifier
/item/{identifier}
Supplying an item, this will update the Item identified by the identifier in the path with contents from the passed in request body.
/item/{identifier}
[^_]\w+
Represents a spec for metadata.
Gets the first (primary) inventory item for the specified item
/inventory/advanced/{inventoryItemId}
Updates an inventory item for the specified item
/inventory/advanced/{inventoryItemId}
The quantity of the Item in inventory
Delete the inventory item as identified by the given item name/id
/inventory/advanced/{inventoryItemId}
Adjust the quantity of the first (primary) inventory item for the specified item. This implicitly will create the InventoryItem if it does not exist. The inventory item value
/inventory/advanced/{inventoryItemId}
The User whose inventory to modify.ß
The delta to be applied to the inventory item quantity (positive or negative)
The priority slot for the item.
Searches all inventory items in the system and returns the metadata for all matches against the given search filter.
/inventory/advanced
Create an inventory item for the specified item
/inventory/advanced
The User ID
The item to reference.
The quantity of the Item in inventory
The priority slot for the item.
Searches all inventory items in the system and returns the metadata for all matches against the given search filter.
/inventory/distinct
Create an inventory item for the specified item
/inventory/distinct
The digital goods item id.
The id of the User owning this inventory item id.
The the profileid of hte Profile owning this inventory item.
Updates an inventory item for the specified item
/inventory/distinct/{distinctInventoryItemId}
The id of the User owning this inventory item id.
The the profile id of hte Profile owning this inventory item.
Delete the inventory item as identified by the given item name/id
/inventory/distinct/{distinctInventoryItemId}
Gets the first (primary) inventory item for the specified item
/inventory/distinct/{inventoryItemId}
Gets the first (primary) inventory item for the specified item
/inventory/simple/{inventoryItemId}
Updates an inventory item for the specified item
/inventory/simple/{inventoryItemId}
The quantity of the Item in inventory
Delete the inventory item as identified by the given item name/id
/inventory/simple/{inventoryItemId}
Adjust the quantity of the first (primary) inventory item for the specified item. This implicitly will create the InventoryItem if it does not exist. The inventory item value
/inventory/simple/{inventoryItemId}
The User whose inventory to modify.ß
The delta to be applied to the inventory item quantity (positive or negative)
Searches all inventory items in the system and returns the metadata for all matches against the given search filter.
/inventory/simple
Create an inventory item for the specified item
/inventory/simple
The User ID
The item to reference.
The quantity of the Item in inventory