if “thirdPartyShipping” = true thenshippingProviderCode
= CourierName
if “thirdPartyShipping” = false
shippingProviderCode
=”Eshopbox”
Code Block |
---|
{
"channel": " |
...
orderSiteID" (need to add this key in shipment events body), "shippingProviderCode": " |
...
CourierName" (if thirdPartyShipping is true) : "Eshopbox" (if thirdPartyShipping is false), "shippingProviderName": "CourierName" , "shippingMethodCode": "STD" (to be discussed) , "comments": "dispatched", "thirdPartyShipping": (need to add this key in shipment events body), "shippingPackageCodes": [ "customerOrderNumber" ] } |