Dave
unread,Mar 2, 2012, 12:30:31 PM3/2/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shopify-api
Hi,
I need to quickly determine all the Products in a collection. For
Custom Collections this is easy, I have the Collection ID, so I can
ask the Collect resource for all the rows matching the collection_id
to the ID, and I get all the Products via the product_id.
I cannot do the same for Smart Collections, hence I cannot ask the
question, "What products are present in the Smart Collection with
ID=123456?".
Do you have a suggested way of quickly getting that list of Product
resources in a Smart Collection?
Thanks