Discussing APIs and development related to customers, discounts, and order management.
How i will get products from third party API.
Following are the tasks:
1) API integration with HawthroneGC.com to pull in product image, descriptions, MSRP pricing (with Hawthorne’s approval / access).
2) Order placement on HawthorneGC from order intake on Shopify site (turn around customer order and place it on Hawthorne)
3) MSRP Override from MSRP as given by Hawthorne, controlled at CMS - Yes I want to be able to change pricing on the website to the general public. I need to do cost analysis to make sure we are competitive in the Market
HawthroneGC.com API link.
https://services.hawthornegc.com/help#OrderTrackingLineItem
Please help me for this how i will get this. For this we need to create app or any other method. Please explain step by step I am fresher in API.
Hi,
Generally for this type of deep integration, the recommended solution is build a custom integration app for your store and HawthroneGC and host this on some cloud service yourself. The do-it-yourself approach can certainly work, but will incur pretty expensive cost to maintain it long term.
We offer an integration platform called Shypyard (https://apps.shopify.com/shypyard) to connect Shopify stores with third party services, and your use case is quite perfect for us. In your case,
1. what you will need is one directional integration that looks for product create/update on HawthroneGC, and create/update them on Shpoify's end. We can customize on what product properties to be synced to Shopify after the initial creation so that you are free to update certain properties like pricing on Shopify.
2. Integration from Shopify order to HawthroneGC. This can be a bit trickier as there are more integrations that you may want (i.e. order update, order cancel, shipment/fulfilment status update, etc)
This is assuming those API endpoints are actually possible with Hawthrone. Taking a quick look at the API doc you shared, it isn't obvious if order creation via API is possible. In this case, we will need to explore other alternatives like potentially generating a csv of orders that can be imported to Hawthrone's admin interface (assuming this is supported).
I am working on custom App. Can you please suggest some link which help me to get third part products with the help of API.Give me example how i get products from third party API.