Is there any way API or plug-in that would allow me to pull products from the Shopify store and place them on an external landing page?
Is there any way API or plug-in that would allow me to pull products from the Shopify store and place them on an external landing page?
2
Answers
You can use the shopify Admin API
Reference – https://help.shopify.com/api/reference/product
Shopify has very useful built-in product called the Buy Button where you can place product(s) for sale on external pages like WP and you get your sales integrated nicely to your Shopify checkout.
That is your best bet. The Admin API is not really appropriate for your use case, although you could make some hack jobs that could work.