Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

if “thirdPartyShipping” = true then
shippingProviderCode = 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"
   ]
}