post https://us-central1-readysandbox.cloudfunctions.net/inventoryV2-getTradableInventoryItems
Log in to see full request history
Responses
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/inventoryV2-getTradableInventoryItems \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
96}
{
"items": [
{
"appIds": [
"string"
],
"id": "string",
"virtualItemId": "string",
"offerId": "string",
"tags": [
"string"
],
"quantity": 0,
"isLocked": true,
"status": "pending",
"hidden": false,
"tradable": true,
"createdAt": 0,
"updatedAt": 0,
"itemUpgrades": [
{
"upgradeId": "string",
"upgradeLevel": 0
}
],