Can you send multiple assignments in assignProducts payload
Summary:
Wondering the syntax and support for sending multiple assignments in a single pay load or does the /ccadmin/v1/collections/assignProducts api support a single linkage per call.
Content (required):
Currently send multiple payloads that looks like this:
{
"collections":[
"mixcat_air_system"
],
"operation":"link",
"products":[
"0082403","0082406","0082524","0085232","0085293","0085649","0087014","0107616","0121414","0151310","0197879","0201676","1102456","1144605","1166968","1167439","1235987","1238559","1261840","1321745","1331586","1331587","1370967","1418567","1418883","1496293","1498880","1519472","1524500","1556298","1585930","1585931","1585932","1606086","1606089","1634161","1898900","1KK131","2042610W","2196040","2213250","2256160","2280570","2407FX","2CK681","2ET363","2HD820","3280504","3429478","3573648","3582644","3640393","3903319","3924248","3KK138","3KK64","4088344","4133101","4229925","4240732","4249001","4249013","4303318","4392893","4HB26","54071AX","5HE849","5HE859","6HA352","6HA353","6MB547","7HB752","9155GX","9HE25","A000A279","A000M006","A000M277","A000N321","A000N322","A000N836","A000P739","A000T670","A000V956"
]
}
then
{
"collections":[
"refsub_instrument_panel"
],
"operation":"link",
"products":[
"1474145"
]
}
and so forth 245 times we call the api with various linkages.