{
"username": "string",
"digest": "string",
"msgType": "pushUnCreatedShipments",
"version": "string",
"shipments": [
{
"sender_reference": "string",
"from": {
"name": "string",
"phone": "string",
"email": "string",
"state": "string",
"suburb": "string",
"lines": [
"string"
],
"country": "string",
"postcode": "string"
},
"to": {
"name": "string",
"phone": "string",
"email": "string",
"country": "string",
"state": "string",
"suburb": "string",
"lines": [
"string"
],
"postcode": "string",
"vat": "string"
},
"items": [
{
"item_description": "string",
"product_id": "string",
"useStock": "string",
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"merchandise": [
{
"goodsNmae": "string",
"goodsNameCn": "string",
"sku": "string",
"quantity": 0,
"value": 0,
"weight": 0,
"hsCode": "string",
"imageUrl": "string"
}
]
}
]
}
]
}curl --location 'createShipment' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"digest": "string",
"msgType": "pushUnCreatedShipments",
"version": "string",
"shipments": [
{
"sender_reference": "string",
"from": {
"name": "string",
"phone": "string",
"email": "string",
"state": "string",
"suburb": "string",
"lines": [
"string"
],
"country": "string",
"postcode": "string"
},
"to": {
"name": "string",
"phone": "string",
"email": "string",
"country": "string",
"state": "string",
"suburb": "string",
"lines": [
"string"
],
"postcode": "string",
"vat": "string"
},
"items": [
{
"item_description": "string",
"product_id": "string",
"useStock": "string",
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"merchandise": [
{
"goodsNmae": "string",
"goodsNameCn": "string",
"sku": "string",
"quantity": 0,
"value": 0,
"weight": 0,
"hsCode": "string",
"imageUrl": "string"
}
]
}
]
}
]
}'{
"shipments": [
{
"sender_references": "BG723456789014",
"isSuccess": true,
"items": [
{
"article_id": "T2311502938",
"consignment_id": "T2311502938",
"item_description": "Clothes",
"pdf_url": "https://api.ewe.co.nz/pdf-file/T2311502938/21ed036c-3fda-11ee-8a7b-00163e06bec8.pdf"
}
],
"msg": "shipment sealed successfully"
}
],
"code": 0,
"errors": []
}