Can we fetch custom attributes of two products added in an APP using the same proxy ?

If I have an APP A with product A and Poduct B , Product A has an attribute Sample with value Test1 and Product B has an attribute Sample with value Test2 , is it possible to fetch attribute values of both the products simultaneously using a proxy? A single proxy has been added to both the products to fetch the values.

By using the following code

"verifyapikey.verifyAPIKey.apiproduct.Sample ", I am able to fetch the values of Sample attribute of only one product(usally the product that is added first).

Solved Solved
1 1 121
1 ACCEPTED SOLUTION

@GargiTalukdar - unfortunately no. You will only get the attributes of one product only. I am not sure what the decision criteria is, e.g. product added first or alphabetical.

View solution in original post

1 REPLY 1

@GargiTalukdar - unfortunately no. You will only get the attributes of one product only. I am not sure what the decision criteria is, e.g. product added first or alphabetical.