Hello Fellow Alexa Devs,
Good Day.
I am attempting to build my first Amazon Alexa Skill with In Skill Purchasing.
I am receiving the following error, when I attempt to do a deploy.
==================== Deploy Error Message==========================
{ message: 'Failed to create in-skill product(s)',
errorList:
[ { error: [Object],
apiName: 'create-isp',
filePath: 'isps\\entitlement\\voiceChange.json' } ] }
================================================================
- The JSON file that I created was with ask add isp.
- I have compared the JSON file with the examples here.
- I have only used the template and tried to upload the default and get the same error.
- There are no errors in JSON linting within VScode.
====================.config file ISP section=============================
"in_skill_products": [
{
"deploy_status": "Add",
"filePath": "isps\\entitlement\\voiceChange.json"
}
]
==================================================================