Closed smoi closed 7 years ago
The cart api is not returning an array of product but a key value json. Shouldn't it be an array? How do you loop around products?
Hey @smoi, the products array is found under the result key of the dictionary that gets returned from the API. You can access it from there and loop around it.
result
The cart api is not returning an array of product but a key value json. Shouldn't it be an array? How do you loop around products?