Show specific products from a collection via Bubble API

Hello my dears, I want to pull this IPI in the bubble, to show specific products from a collection, but it gives an error, can anyone help me?


what error do you get?

This one


Uploading: error.PNG…

that’s because the url of the request does not exist.
The collection_id must be the id of an existing collection. try creating a collection first (either with the api or in shopify)
You may want to make it a dynamic parameter as well so that you can request different collections in your app.
Try /admin/api/2022-10/collections/[collection_id].json, set collection_id to an existing collection and uncheck private

My friend, it worked, I put the id of the collection. Thank you very much.
admin/api/2022-10/collections/135823753309/products.json

I’m happy it worked :slight_smile:

Cheers

Mariano

1 Like

Hello, can you help me with a quick solution?
How to show in the repeater group, products only from a shopify seller? - Need help / APIs - Bubble Forum