The user's available vendor ids can be listed through the API at GET https://api.amazonalexa.com/v1/vendors with the OAuth token in the Authorization header.
If no vendor ID has been specified, and only 1 vendor is listed on the API, we should use that vendor by default.
This will reduce setup friction for new users setting up their first skill.
GET https://api.amazonalexa.com/v1/vendors
with the OAuth token in theAuthorization
header.This will reduce setup friction for new users setting up their first skill.