Issue retrieving variants by ID #463
-
Hello to everyone, this is my first post on this community. I'm working on Plasmic creating all the frontend, and the time has come for me to retrieve information about my products on Swell. I'm using cURL to get information about some variants but I'm unable to do it. This is the query I'm using: https://store-id:[email protected]/products:variants/variant-id When I retrieve the parent product I can get all the information normally, but the result for this one is the following: Anyone can tell me what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you share the exact URL information without private key? I would also recommend you to fetch /products with an additional param: |
Beta Was this translation helpful? Give feedback.
Another possible way could be,
https://store-id:[email protected]/products:variants?parent_id=product-id