Product Feed URL for One Product

rishiw7
Visitor
2 0 0

Hello,

I know that I can access a Shopify store's product feed by appending /all.atom to a specific collection, but is it possible to get the product feed for a specific product? Sometimes, if a collection is too large, the product will not show up in the collection's feed, and I was hoping I could still get its feed/data by visiting a different URL.

Note: I would not like to use any app to do this.

Thanks!

Replies 2 (2)
Jason
Shopify Expert
11159 222 2273

Not sure on the why you need this so will remain interested in knowing that. 

Shopify has the concept of Alternate templates so without using apps you could create a template that generates content that most readers could pull in. Once the alt template is made a unique url could access that feed file.

There's a base concept here that refers to a collection but the general logic would work with a product as well.
https://github.com/freakdesign/Shopify-code-snippets/tree/master/Shopify%20Mailchimp%20RSS%20feed

Now this doesn't need an app but will still need some ability to write some code. If this is all confusing just post a reply and I'll (or others) will walk through it.

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★
rishiw7
Visitor
2 0 0

Hey, thanks for the reply! Do you know of any way to use Shopify's feed files to achieve my goal? Currently, I can narrow down the feed file down to a collection by using a url like this: yourstorename.com/collections/collectionname.atom. 

The reason I ask is because Shopify limits a collection's feed file to around 25 products. So if a collection has 60 products, I won't be able to see 35. So If I really want to access a product's feed file info that's not part of that 25, I was hoping to have a url that's more narrow than yourstorename.com/collections/collectionname.atom. 

Thank you!!! 😄