Client endpoint. Consumes an item from the current user’s inventory.
Item from the user’s inventory was consumed.
The item was not found at all, the item was not found in the inventory, or it is not enough (attempt to consume more than the initial number).
Make sure quantity
and sku
parameters are passed.
{- "sku": "booster_mega_1",
- "quantity": 1
}
{- "statusCode": 404,
- "errorCode": 4001,
- "errorMessage": "[0401-4001]: Item with Project Id = 44056 and Sku = gun_5 not found"
}