post https://us-central1-readysandbox.cloudfunctions.net/storeV2-buyVirtualItems
Goes through the internal purchase process to buy multiple virtual items
Log in to see full request history
Responses
Goes through the internal purchase process to buy multiple virtual items
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/storeV2-buyVirtualItems \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"version":2}'
xxxxxxxxxx
15{
"offerId": "string",
"purchasedItems": [
"string"
],
"updatedCurrencies": [
{
"appIds": [
"string"
],
"name": "string",
"quantity": 0
}
]
}