Sync ERP and Shopify

Job ID: 38249364

Budget: €30 – €250 EUR

Use the Shopify bulk api for performing full sync between an ERP system and Shopify.

I know the ERP system API well so importing and exporting to ERP I will handle myselv.

I need you to handle exporting and importing data to Shopify using the bulk api.
We need to use the bulk api because of massive amount of data.

There are to tasks

1) Update inventory levels in Shopify on all product.
From a list of objects you will create the jsonl file from that list and send it to shopif
You will get the result from the en bulk api and leve the result in an object

The data from ERP looks like this
[
{
"inventoryItemId": "51695831843089",
"inventoryLevel":5467
},
{
"inventoryItemId": "51695831810321",
"inventoryLevel":4
},
{
"inventoryItemId": "51695831875857",
"inventoryLevel":223
}
]


2) Update product data in ERP with variant data from Shopify

You will request a jsonl file from shopify with all variants, their price, cost , title, barcode, sku, inventoryitemid, variantid and their meta fields
You will create an Azure function HTTP trigger to get that jsonl file and from that create a list object with all variants, their cost and their meta fields

I will load the data into ERP

Please find attached the request and example of output file from shopify with product variants