FROM CACHE - de_header
Diese Community hat auf Peer-to-Peer-Support umgestellt. Der Shopify Support wird diese Community nicht mehr betreuen. Wir empfehlen dir, dich mit anderen Händler:innen und Partner:innen in Verbindung zu setzen, um Unterstützung zu erhalten und Erfahrungen auszutauschen. Bitte melde weiterhin alles, was gegen unseren Verhaltenskodex verstößt, oder Inhalte, die deiner Meinung nach entfernt werden sollten.

Show External Products via API?

Show External Products via API?

Tamerka
Besucher
1 0 0

Hello! I want to build a shop and find the right shop-system for me. For this particular shop, we‘re getting the product information from an external party. So it‘s not like I save them via UI. It‘s more that I want to call an API URL, get the products and then display them in the shop. 

Or get the products, save the product data in the shopify store and repeat this process once a day. And daily I either edit already saved products and create new ones. 

Is that possible?  

1 ANTWORT 1

Niklas_g
Shopify Partner
34 8 23

Hey, I would suggest the second method so that customers can also buy the products.

It is possible that your PIM already supports Shopify, mabey check for an integration.

 

Steps:

  1. Get Product Data

  2. Process Data: Format the data to match Shopify's product structure.

  3. Update Shopify Store: Use Admin API to create or update products 

Here are the Docs for the REST-API but you can also use GraphQL: Shopify-Rest