post https://us-central1-readysandbox.cloudfunctions.net/virtualItemsV2-addFromCSV
Adds virtual items from CSV file to the database attached to the specified application ID.
Log in to see full request history
Responses
400Bad request
Adds virtual items from CSV file to the database attached to the specified application ID.
400Bad request
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/virtualItemsV2-addFromCSV \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"delimiter":","}'
xxxxxxxxxx
{
"newVirtualItemIds": [
"string"
]
}