RE: Where to find code samples or examples on these API Methods?
Example,
Commerce/Products/GetByIds(channelId=xxxx,productIds=(xxxx,xxxx))
variation trying (channelId=xxxx,productIds="xxxx,xxxx")
(channelId=xxxx,productIds=[xxxx,xxxx])
Trying with this only getting 404
while so far only had success with
Commerce/Products(xxxx)/GetById(channelId=xxxx)