/
Shipment Dispatched
Shipment Dispatched
Create and Close Manifest
In case of thirdPartyShipping=false
Remove shippingProviderName from Request body.
shippingProviderCode="Eshopbox"
In case of thirdPartyShipping = true
shippingProviderCode and shippingProviderName are required and value will be dynamic and equal to {{courierName}} (from the event)
isCod =0 (Prepaid)
isCod =1 (COD)
In case of Prepaid shippingMethodCode = "Standard-PREPAID"
In case of COD shippingMethodCode = "Standard-COD"
if “thirdPartyShipping” = true thenshippingProviderCode
= 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}} (only in case of thirdPartyShipping = true,
"shippingMethodCode": "Standard-COD" (isCOD = 1)
: "Standard-PREPAID" (isCOD =0) ,
"comments": "dispatched",
"thirdPartyShipping": (need to add this key in shipment events body),
"shippingPackageCodes": [
"customerOrderNumber"
]
}
Make a POST Endpoint to call Create and Compete Manifest:
Request Body:
{
"shippingMethodCode": "Standard-PREPAID",
"channel": "SHOPIFY",
"thirdPartyShipping": false,
"customerOrderNumber": "MPLAGGN05318",
"connectionId": 437,
"courierName": "ATS",
"trackingId": "266808908928"
}
, multiple selections available,
Related content
Shipment Picked
Shipment Picked
More like this
Shipment Dispatched: AJIO Manifest Flow
Shipment Dispatched: AJIO Manifest Flow
More like this
Shipment Picked Flow: B2B Invoice, B2B Invoice Upload, B2C Invoice Generate, Ship Label
Shipment Picked Flow: B2B Invoice, B2B Invoice Upload, B2C Invoice Generate, Ship Label
More like this
Handling for trackingID and CourierPartner
Handling for trackingID and CourierPartner
More like this
Request Mapping with Unicommerce for Esb shipping create order
Request Mapping with Unicommerce for Esb shipping create order
More like this
Request Mapping with Unicommerce for Esb shipping create return
Request Mapping with Unicommerce for Esb shipping create return
More like this