#alecpope
1 messages · Page 1 of 1 (latest)
Hi there, I don't see next_page in sample response either, and I'd suggest you to make an search API request and check it out in the response.
Hi, I mean I see the field. It is either null. In one response it is WzE2OTM2MzM1NTUuOTg0MzUwN10=. In another it is WzE2OTU5Njk5MDAuMF0=. So they don't have a fixed length and/or prefix to validate those
Also another question: when searching subscriptions I want to expand the products/subscription items to receive their name and description. I currently get an error that I can't expand more than 4 levels :/
that's the limitation of expanding unfortunately. You will have to break up your requests so that you don't expand more than 4 levels. Alternatively, save the subscriptions to your own DB so that you can query for those information in your own DB
Hmm, that's unfortunate. I wanted to avoid saving the subscriptions to our database, because of syncing etc. I guess I will write that data to the metadata of the subscription for easy access
that workaround makes sense!