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). instance_id
must be 32 characters long.
Both instance_id
and quantity
are passed. Make sure that only one parameter is passed (instance_id
or quantity
). instance_id
must be 32 characters long.
{- "sku": "booster_mega_1",
- "quantity": 1,
- "instance_id": null
}
{- "statusCode": 404,
- "errorCode": 4001,
- "errorMessage": "[0401-4001]: Item with Project Id = 44056 and Sku = gun_5 not found"
}