Use of PCM_OP_SUBSCRIPTION_SET_PRODINFO for multiple products
Hi,
We are updating multiple products information for accounts using PCM_OP_SUBSCRIPTION_SET_PRODINFO .
The definition in the document says,
Array of PRODUCTS can be passed for any one product only.
"Products array. Only one element can appear in this array. Element-id is not relevant. It uniquely identifies the account product by its offering_obj"
So , we have to extract the array and put it in loop till all details are committed one by one. , which is reducing performance.
Is there anyother way , where we can set the validity of products in bulk.
Or may be any other opcode which can help with this operation in with multiple products array ?