hey all have a question i want to import products ...
# integrations
l
hey all have a question i want to import products from NS to multiple accounts in ChannelAdvisror does someone tried that before in celigo i tried this but not working POST https://api.channeladvisor.com/v1/Products?access_token=xxxxxxxxxx { "ProfileID": [12345678, 87654321], "Sku": "10000002", "Title": "WingLights Fixed - Direction Indicators for Bicycles/Turning Signals/Blinkers", "Brand": "WingLights", "Manufacturer": "Bike Products Inc.", "MPN": "wlf-di-bikes", "Condition": "New", "Description": "WingLights is not only a direction indicators for bicycles, it is the first of its kind. Produced by a multi-awarded startup, WingLights represents an important improvement for cycling safety accessories. It provides the same visual signal as cars and motorcycles do when they are about to turn.<p>Indeed, the tempo and luminosity are exactly the same as the ones required for cars and motorcycles by legislation. You can now exercise or commute safely everywhere, anytime, even in an urban environment.<p>Who said innovation had to be complex?", "UPC": "012345678901", "BuyItNowPrice": 34.99, "RetailPrice": 39.99 }
t
Where in the docs do you see that profileId can be a string array of multiple profiles?
l
@Tyler Lamparter there is no doc about it actaully they just mention multi-profiles
t
that's because an access token can access multiple profiles, but I'm pretty sure you need to make a POST request for each profile
I found no examples of being able to make 1 request to multiple profiles