getIntegrations is out!
over 8 years ago by Joseph Porter
By sending in your Tokens, you'll be able to view SkuVault Channel Accounts made in your SkuVault account. Documentation
This call returns the Channel Account ID, what the Long Sale ID prefix will be in our system, the type of channel account, and the name you gave it.
Sample Response
{
"Accounts": [
{
"Id": "301",
"LongId": "1-1001-1-301",
"Type": "ChannelAdvisorAccount",
"Name": "My Channel Advisor Account"
},
{
"Id": "201",
"LongId": "1-1001-2-201",
"Type": "AmazonAccount",
"Name": "Destination Amazon store"
},
{
"Id": "101",
"LongId": "1-1001-3-101",
"Type": "eBayAccount",
"Name": "eBay happy store"
}
]
}
Changelog
- added: A call to retrieve channel account information, getIntegrations
- improved: Added marketplace to getSales and getSalesByDate
- added: