Appearance
Create Single Parcel
Request Method
http
POST /api/parcel/create-order
NOTE
Synchronize the creation of a single order.
This API allows you to create data one at a time and immediatly following call Get Shipping Label API for the label. This is a simpler flow, but may take longer to generate label. Steps for this API are as follows:
- Create Single Parcel
- Get Shipping Label
If you have any queries, please write in to tech@wmg-group.com attaching your code and error messages. Thank you.
Header
Field | Description |
---|---|
Content-Type | application/json |
Authorization | Bearer <token> |
Parameter
Field | Mandatory | Type | Description | Length |
---|---|---|---|---|
OwnerId | N | Numeric | The Company Id representing the originator of the order record. - Use 111 for OwnerId | Numeric (Mandatory) |
MAWBNumber | N | String | Air Waybill Number. Your shipping Document Number. | <= 30 characters |
TrackingNumber | Y | String | Tracking Number as show on the shipping label on each item. | <= 50 characters |
SendingAgentID | N | String | Customer/Manufacturer reference number if any. | <= 50 characters |
SenderName | Y | String | The Sender’s Name of the sender | <= 60 characters |
SenderCompany | N | String | The Sender’s Company Name if available. Default to “” if not available. | <= 80 characters |
SenderAddress1 | Y | String | The Sender’s Address | <= 160 characters |
SenderAddress2 | N | String | Sender’s Address. Default to “” if not use | <= 100 characters |
SenderCity | N | String | Sender’s City. Default to “” if not use | <= 50 characters |
SenderState | N | String | Sender’s State. Default to “” if not use | <= 50 characters |
SenderCountry | Y | String | Sender’s Country Name. | <= 60 characters |
SenderPostalCode | Y | String | Sender’s Postal Code To be fill up for those country that has postal code. Otherwise default to “” for those country that do not use post code. | <= 20 characters |
SenderContactNo | N | String | Contact Number of the Sender Default to “” if not use. | <= 20 characters |
SenderEmail | N | String | Email of the Sender. Default to “” if not use. | <= 100 characters |
RecipientName | Y | String | Name of Consignee | <= 60 characters |
RecipientCompany | N | String | Company of Consignee Default to “” if not use. | <= 80 characters |
RecipientAddress1 | Y | String | Address of Consignee,The total length of three address characters cannot exceed 320 | <= 160 characters |
RecipientAddress2 | N | String | Consignee Address Line 2 Default to “” if not use. | <= 160 characters |
RecipientAddress3 | N | String | Consignee Address Line 3 Default to “” if not use. | <= 100 characters |
RecipientCity | Y | String | City of Consignee Default to “” if not use. | <= 50 characters |
RecipientState | Y | String | State of Consignee Default to “” if not use. | <= 50 characters |
RecipientCountry | Y | String | Country Name of Consignee | <= 60 characters |
RecipientPostalCode | Y | String | Postal Code of Consignee To be fill up for those country that use postal code and default to “” for those countries that do not use post code. | <= 20 characters |
RecipientContactNo | Y | String | Contact Number of Consignee | <= 20 characters |
RecipientEmail | N | String | Email Address of Consignee | <= 100 characters |
Commodity | Y | String | A brief description of the Item. | <= 200 characters |
OrderNumber | N | String | A text information that refers to your order within your internal system, not required for delivery. Default to “” if not use. | <= 50 characters |
Weight | Y | Numeric | The declared weight of the item. If left blank will default to max weight and user is liable for corresponding charges. | 3 digit decimal place 9.999 |
Length | N | Numeric | The length of the item. If left blank will default to max length and user is liable for corresponding charges. | 2 digit decimal place 9.99 |
Width | N | Numeric | The width of the item. If left blank will default to max width and user is liable for corresponding charges. | 2 digit decimal place 9.99 |
Height | N | Numeric | The height of the item. If left blank will default to max height and user is liable for corresponding charges. | 2 digit decimal place 9.99 |
DeclaredCurrency | Y | String | The declared currency used for the item. eg. SGD | = 3 characters |
DeclaredValue | Y | Numeric | The declared value of the item. eg. 217.50 | 2 digit decimal place |
Qty | Y | Numeric | Number of Pieces under the same Tracking Number. | Numeric Number |
Remark | N | String | If necessary some instruction for the delivery. Default to "" if blank. | <= 50 characters |
ETD | N | String | Estimated Time of Departure at Origin eg. 2018-06-14T10:50:00+8:00 | Date/Time GMT Time |
ETA | N | String | Estimated Time of Arrival at Destination. eg. 2018-06-04T15:30:15+8:00 | Date/Time GMT Time |
PickUpDate | N | String | Time to pickup the item at sender location eg. 2018-06-14T10:50:00+8:00 (for local delivery only) | Date/Time GMT Time |
DeliveryDate | N | String | Date/Time for delivery of item to consignee eg. 2018-06-04T15:30:15+8:00 (current not use) | Date/Time GMT Time |
IsDDP | N | String | DDP="Y", DDU="N", Default "N" | = 1 characters |
SupplierName | Y / N | String | The Supplier Name Mandatory for destination country Singapore. Default to “” if not use. | Max 100 Char (Mandatory for Singapore) |
GSTRegNo | Y / N | String | The Supplier GST Registration Number Mandatory for destination country Singapore Default to “” if not use. | Max 50 Char (Mandatory for Singapore) |
GSTAmount | Y / N | Numeric | The Amount of Goods and Service Tax Paid. Mandatory for the destination country Singapore. Default to “0.00” if not use. | 2 digit decimal place (Mandatory for Singapore) |
GSTCurrency | Y / N | String | The Goods and Services Tax Currency used. Mandatory for the destination country Singapore. Default to “” if not use. | Max 3 Char (Mandatory for Singapore) |
GSTStatus | Y / N | String | The status of the Goods and Service Tax Payment. Mandatory for destination country Singapore. Eg: “Paid”, default to “” if not use. | Max 5 Char (Mandatory for Singapore) |
Origin | Y | String | ISO2 Character for Origin Country Eg. SG for Singapore, TH for Thailand | = 2 characters |
Destination | Y | String | ISO2 Character for Destination Country Eg. SG for Singapore, TH for Thailand | = 2 characters |
Dep_Iata | Y | String | IATA Airport Code for Origin Eg. SIN - Singapore Changi Airport LAX - Los Angeles International Airport | = 3 characters |
Arr_Iata | Y | String | IATA Airport Code for Destination Eg. SIN - Singapore Changi Airport LAX - Los Angeles International Airport | = 3 characters |
ItemListing | Y | Array of objects | Array of Item Listing SKU |
ItemListing
Field | Mandatory | Type | Description | Length |
---|---|---|---|---|
SKU | N | String | <= 60 characters | |
ItemDescription | Y | String | <= 300 characters | |
ItemWeight | Y | Numeric | KG | |
NoOfPcs | Y | Integer Numeric | ||
ItemValue | Y | Numeric | ||
ItemCurrency | Y | String | eg: SGD | = 3 characters |
ItemOrigin | Y | String | eg: SG | = 2 characters |
ItemDestination | Y | String | eg: TH | = 2 characters |
HSCode | Y | String | HS Tariff Code of the Line Item. | <= 50 characters |
Request
json
{
"OwnerId": 1,
"TrackingNumber": "C295129142515619122149",
"MAWBNumber": "240129142515619111553",
"SendingAgentID": "240129142515619030298",
"Commodity": "Time as well as I tell you, you coward!' and at once without waiting for turns, quarrelling all the jurors had a consultation about this, and she sat still and said to herself, 'Why, they're only a.",
"DeclaredCurrency": "LRD",
"DeclaredValue": 858.88,
"Qty": 65,
"ETD": "2024-01-29 14:25:14",
"ETA": "2024-02-03 14:25:14",
"Origin": "NZ",
"Destination": "LR",
"Dep_Iata": "DEL",
"Arr_Iata": "CGK",
"OrderNumber": "240129142515624411368",
"Weight": 22.98,
"Length": 33.64,
"Width": 40.6,
"Height": 38.41,
"Remark": "Occaecati est eveniet sequi.",
"PickUpDate": null,
"DeliveryDate": null,
"IsCOD": "Y",
"CODType": 1,
"CODCurrency": "LRD",
"CODAmount": 663.22,
"SupplierName": "Liberia",
"GSTRegNo": "OJMLE131",
"GSTAmount": 338.58,
"GSTCurrency": "LRD",
"GSTStatus": "Paid",
"SenderName": "Mrs. Sadie Gutmann Sr.",
"SenderCompany": "Armstrong LLC",
"SenderAddress1": "61699 Breitenberg Burg\nNorth Marco, NV 53186",
"SenderAddress2": "Suite 631",
"SenderCity": "South Evalyn",
"SenderState": "Wisconsin",
"SenderCountry": "New Zealand",
"SenderPostalCode": "70613-6920",
"SenderContactNo": "+19076257638",
"SenderEmail": "shoeger@gmail.com",
"RecipientName": "Makenna Durgan",
"RecipientCompany": "Schneider and Sons",
"RecipientAddress1": "9046 Larson Cove Suite 609\nEast Roselynberg, KS 60044",
"RecipientAddress2": "Apt. 612",
"RecipientAddress3": "Suite 511",
"RecipientCity": "Antoneberg",
"RecipientState": "Kansas",
"RecipientCountry": "Liberia",
"RecipientPostalCode": "66116",
"RecipientContactNo": "+17702527396",
"RecipientEmail": "kautzer.matilde@hotmail.com",
"IsDDP": "Y",
"ItemListing": [
{
"SKU": "SKU240129142515602484796",
"ItemDescription": "Ut nisi mollitia quo voluptatibus. Nihil illo unde nulla sed nostrum nam. Sit vitae odio quas id mollitia libero maiores. Aliquam libero quam saepe deleniti placeat consequatur in. Officia fuga culpa tenetur reprehenderit commodi quisquam ea eos.",
"ItemWeight": 76.52,
"NoOfPcs": 8,
"ItemValue": 4.61,
"ItemCurrency": "LRD",
"ItemOrigin": "NZ",
"ItemDestination": "LR",
"HSCode": "HS240129142515612378301"
},
{
"SKU": "SKU240129142515613447776",
"ItemDescription": "Adipisci ipsa harum aut unde quibusdam voluptatem fugiat neque. Corrupti est omnis ut debitis nisi eius voluptas. Praesentium sit exercitationem dolor. Similique et sequi aut. Ullam iste dolores repellat ut et suscipit consequatur. Molestiae similique qui sapiente ut fugit ea minima.",
"ItemWeight": 76.58,
"NoOfPcs": 6,
"ItemValue": 169.03,
"ItemCurrency": "LRD",
"ItemOrigin": "NZ",
"ItemDestination": "LR",
"HSCode": "HS240129142515615995774"
},
{
"SKU": "SKU240129142515615873917",
"ItemDescription": "Voluptas quo est doloribus similique eos tenetur. Aut ut voluptatibus culpa. Amet culpa quia dolorem et magni earum sed. Libero voluptatibus architecto sequi ut. Illo voluptatibus quis voluptas iusto dolorum. Facilis at cupiditate eum et rerum tempora a. Dicta modi quisquam aut error.",
"ItemWeight": 69.71,
"NoOfPcs": 2,
"ItemValue": 247.56,
"ItemCurrency": "LRD",
"ItemOrigin": "NZ",
"ItemDestination": "LR",
"HSCode": "HS240129142515619625688"
}
]
}
Response(Success)
json
{
"Code": 0,
"Message": "Success",
"Data": {
"OwnerId": 1,
"TrackingNo": "C295129142515619122149",
"WmgTrackingNo": "CY180000999SG",
"DeliveryId": "",
"DateTime": "2024-03-14 15:43:48",
"Status": "",
"Error": []
}
}
Response(Fail)
json
{
"Code": 1,
"Message": "Tracking Number already exist",
"Data": []
}