OE x Technosys Integration
A must to-do at Client end when we have to onboard such client:
All products on Technosys should be Visible to web. This steps needs to be done for all products for which they want the changes of Price and inventory to reflect on Shopify via OE.
If the barcode of a product on BX is not the SKU of that product on Shopify then client have to update their SKUs on Shopify in a specific format i.e. (product_article_color_size ). Consider an SKU , SH00272-2PC-STR_RED_M . In this SKU, SH00272-2PC-STR is the product_article field, RED is the color field and M is the size field of this product on BX. So, SKU should be created by combining these three field of BX.
This needs to be done because in technosys API payload we don't get SKU field, So we create SKU by using above mentioned fields. (For reference, sharing the payload we receive from Technosys):
{
"Id": 616487,
"Barcode": "10009596",
"Brand": "MARKHOR",
"Color": "TEL",
"CreatedAt": "2023-05-31T16:18:02.18",
"Detail": "",
"Flavor": "PLAIN",
"GenericSetup": null,
"HSCode": "6114",
"IsDecimalAllow": false,
"IsParent": null,
"IsPrintableBarcode": true,
"Manufacturer": null,
"Name": "CASUAL SHIRT CS-LNN-1618-23-A-0256-00 TEL 2XL 0523 ",
"PackaingType": "1",
"ProductArticle": "CS-LNN-1618-23-A-0256-00",
"ProductCategory": "CASUAL SHIRT (2023)",
"ProductCategoryId": 24178,
"ProductDesign": "1618",
"ProductPackageDescription": null,
"ProductType": "Purchase and Sale",
"Region": "None",
"SaleRate": 4750,
"Season": "0523",
"ShortName": "CASUAL SHIRT 1618 TEAL 2XL 0523",
"Size": "2XL",
"TaxCalculation": "Tax on Sale Rate excl. disc.",
"TaxGroupId": 1,
"TaxRate": 15,
"TopLevelProductCategory": "CASUAL SHIRTS",
"TopLevelProductCategoryId": 24112,
"UpdatedAt": "2024-06-07T19:15:32.753",
"Variant": "LINEN",
"Vendor": null
}
Action Items | Details | Additional Details |
---|---|---|
Onboard brand on XAP | via API |
|
Install app on Shopify store |
|
|
Onboard brand on OE | via API |
|
Get these details from Client:
|
| 1,2, 3 will be provided by BX team. We need to add locations of BX in OE |
APIs needed :
|
| Delivery team don’t have to run any of these APIs as all this is to be done by product team. |
Cron Set up |
|
|
Testing Phase |
|
|