Covers all questions related to inventory management, order fulfillment, and shipping.
Hi,
Haven't used shopify myself, so sorry if this is in the wrong place. Hoping you guys can help point me in the right direction. I run a printing and embroidery company, and we have a customer who places orders with us through our website. However, he wants to integrate his shopify store with us, so that we can pull the order information directly from his site. Our web application is built in c# .net framework, so I downloaded the shopifysharp .net library to so how to get hold of it. However, it seems to me that it wants us to build a specific shopify app, that the customer can install to his shop. We don't want to do this, we just want to pull his orders using an API call straight into our already existing system.
How can we do this?
Hello @YazzooClothing,
Thank you for reaching out to the Shopify community.
Regarding the retrieval of orders from your Shopify store, three recommended methods are available to you. Firstly, you may opt to create either a public app or a custom app, with the latter being more straightforward and specific to your store's requirements. Alternatively, you can register an order webhook and access the data by providing an appropriate endpoint. Below, we shall outline the most effective approaches for setting up the order retrieval process.
Custom App Setup: Reference
Once you have diligently completed the above-mentioned steps, you may commence using the API to fetch orders, as further elucidated in the provided documentation.
Retrieval Through Webhooks:
For your convenience, we have attached a popup containing additional information as a point of reference.
Should you require any further assistance or clarification, please do not hesitate to contact me.
Thanks.