Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

if “thirdPartyShipping” = true then
shippingProviderCode = CourierName

if “thirdPartyShipping” = false

shippingProviderCode=”Eshopbox”

{
   "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"
   ]
}
  • No labels