Hi Everyone,
Please let me know how to correlate the SKU values here
{"id":"6657003908","catalogId":"30000","categoryId":"406","productId":"864","skuId":"32013","quantity":"1","classType":"subSkuCommerceItem"},
{"id":"6657003909","catalogId":"30000","categoryId":"406","productId":"6254","skuId":"32113","quantity":"1","classType":"subSkuCommerceItem"},
{"id":"6657003903","catalogId":"30000","categoryId":"406","productId":"3162","skuId":"32039","quantity":"1","classType":"subSkuCommerceItem"},
{"id":"6657003926","catalogId":"30000","categoryId":"406","productId":"6251","skuId":"73102","quantity":"1","classType":"subSkuCommerceItem"},
{"id":"6657003884","catalogId":"30000","categoryId":"409","productId":"3969","skuId":"44100","quantity":"1","classType":"subSkuCommerceItem"},
{"id":"6657003885","catalogId":"30000","categoryId":"409","productId":"3968","skuId":"44101","quantity":"1","classType":"subSkuCommerceItem"},
We are getting the above server response
When I use below correlation
web_reg_save_param("brkprd_array","LB=categoryId\":\"406\",\"productId\":\"","RB=\",\"skuId\":\"","ORD=All","NotFound=Warning",LAST);
Answer: It list
out all the product ids
Now I want to capture the sku id’s whose category id is 406
I used below
web_reg_save_param ("brksk_array","LB=\"skuId\":\"3","RB=\",\"quantity","ORD=ALL","NotFound=Warning",LAST);
its failing in some cases SKU ids starting with 3 and some cases starts with 7
Description: In some cases sku id for category 406 is coming as 3 and some other times as 7 so I am not ble to capture the complete set
Thought of using the /DIG or savelen but product id is not of same length some times its 4 digit and some times its of 3 digit(product id).
Please help me in resolving it
...
...