curl --request POST \
--url https://api.mtn.express.ci/client/orders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"referenceNumber": "ORD0001",
"total": 98150,
"deliveryFee": 1500,
"deliveryInstructions": "Livrer à midi",
"deliveryDeadline": "2025-06-05",
"recipient": {
"name": "John Doe",
"phone": "+2250702029254",
"address": {
"name": "45 Avenue de la Paix",
"landmark": "Terminus 81/82",
"city": "Cocody",
"latitude": 5.403871,
"longitude": -3.9881079
}
},
"items": [
{
"referenceNumber": "ITEM001",
"itemName": "Samsung Galaxy A05 64Go",
"quantity": 1,
"total": 77900,
"size": "S",
"weight": 0.5,
"itemUrl": "https://market.momo.africa/Portal/product/121731/1?tenantId=4&lang=fr",
"sender": {
"referenceNumber": "0596086680",
"name": "Samsung Store Abidjan",
"phone": "+2250700000001",
"address": {
"name": "123 Rue Principale",
"landmark": "Angré pétro ivoire",
"city": "Cocody",
"latitude": 5.359951,
"longitude": -4.008256
}
}
},
{
"referenceNumber": "ITEM002",
"itemName": "Riz vietnamien La Rizière long grains parfumé 5kg",
"quantity": 5,
"total": 18750,
"size": "S",
"weight": 5.5,
"itemUrl": "https://market.momo.africa/Portal/product/107465/1?tenantId=4&lang=fr",
"sender": {
"referenceNumber": "0555306590",
"name": "Tech Shop",
"phone": "+2250700000002",
"address": {
"name": "456 Avenue Tech",
"landmark": "Liberté",
"city": "Adjamé",
"latitude": 5.40387101,
"longitude": -4.009
}
}
}
]
}
'{
"referenceNumber": "ORD0001",
"total": 98150,
"deliveryFee": 1500,
"deliveryInstructions": "Livrer à midi",
"deliveryDeadline": "2025-06-05",
"status": "pending",
"statusComment": null,
"createdAt": "2025-06-05T07:05:21.000Z",
"updatedAt": "2025-06-05T07:05:21.000Z",
"recipient": {
"referenceNumber": null,
"name": "John Doe",
"phone": "0702029254",
"address": {
"name": "45 Avenue de la Paix",
"landmark": "Terminus 81/82",
"city": "Cocody",
"latitude": 5.403871,
"longitude": -3.9881079
}
},
"items": [
{
"referenceNumber": "ITEM001",
"orderId": 14,
"itemName": "Samsung Galaxy A05 64Go",
"quantity": 1,
"total": 77900,
"size": "S",
"weight": 0.5,
"itemUrl": "https://market.momo.africa/Portal/product/121731/1?tenantId=4&lang=fr",
"status": "pending",
"statusComment": null,
"createdAt": "2025-06-05T07:05:21.000Z",
"updatedAt": "2025-06-05T07:05:21.000Z",
"sender": {
"referenceNumber": "0596086680",
"name": "Samsung Store Abidjan",
"phone": "0700000001",
"address": {
"name": "123 Rue Principale",
"landmark": "Angré pétro ivoire",
"city": "Cocody",
"latitude": 5.359951,
"longitude": -4.008256
}
}
},
{
"referenceNumber": "ITEM002",
"orderId": 14,
"itemName": "Riz vietnamien La Rizière long grains parfumé 5kg",
"quantity": 5,
"total": 18750,
"size": "S",
"weight": 5.5,
"itemUrl": "https://market.momo.africa/Portal/product/107465/1?tenantId=4&lang=fr",
"status": "pending",
"statusComment": null,
"createdAt": "2025-06-05T07:05:21.000Z",
"updatedAt": "2025-06-05T07:05:21.000Z",
"sender": {
"referenceNumber": "0555306590",
"name": "Tech Shop",
"phone": "0700000002",
"address": {
"name": "456 Avenue Tech",
"landmark": "Liberté",
"city": "Adjamé",
"latitude": 5.40387101,
"longitude": -4.009
}
}
}
]
}Create a new delivery order with recipient details and items.
curl --request POST \
--url https://api.mtn.express.ci/client/orders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"referenceNumber": "ORD0001",
"total": 98150,
"deliveryFee": 1500,
"deliveryInstructions": "Livrer à midi",
"deliveryDeadline": "2025-06-05",
"recipient": {
"name": "John Doe",
"phone": "+2250702029254",
"address": {
"name": "45 Avenue de la Paix",
"landmark": "Terminus 81/82",
"city": "Cocody",
"latitude": 5.403871,
"longitude": -3.9881079
}
},
"items": [
{
"referenceNumber": "ITEM001",
"itemName": "Samsung Galaxy A05 64Go",
"quantity": 1,
"total": 77900,
"size": "S",
"weight": 0.5,
"itemUrl": "https://market.momo.africa/Portal/product/121731/1?tenantId=4&lang=fr",
"sender": {
"referenceNumber": "0596086680",
"name": "Samsung Store Abidjan",
"phone": "+2250700000001",
"address": {
"name": "123 Rue Principale",
"landmark": "Angré pétro ivoire",
"city": "Cocody",
"latitude": 5.359951,
"longitude": -4.008256
}
}
},
{
"referenceNumber": "ITEM002",
"itemName": "Riz vietnamien La Rizière long grains parfumé 5kg",
"quantity": 5,
"total": 18750,
"size": "S",
"weight": 5.5,
"itemUrl": "https://market.momo.africa/Portal/product/107465/1?tenantId=4&lang=fr",
"sender": {
"referenceNumber": "0555306590",
"name": "Tech Shop",
"phone": "+2250700000002",
"address": {
"name": "456 Avenue Tech",
"landmark": "Liberté",
"city": "Adjamé",
"latitude": 5.40387101,
"longitude": -4.009
}
}
}
]
}
'{
"referenceNumber": "ORD0001",
"total": 98150,
"deliveryFee": 1500,
"deliveryInstructions": "Livrer à midi",
"deliveryDeadline": "2025-06-05",
"status": "pending",
"statusComment": null,
"createdAt": "2025-06-05T07:05:21.000Z",
"updatedAt": "2025-06-05T07:05:21.000Z",
"recipient": {
"referenceNumber": null,
"name": "John Doe",
"phone": "0702029254",
"address": {
"name": "45 Avenue de la Paix",
"landmark": "Terminus 81/82",
"city": "Cocody",
"latitude": 5.403871,
"longitude": -3.9881079
}
},
"items": [
{
"referenceNumber": "ITEM001",
"orderId": 14,
"itemName": "Samsung Galaxy A05 64Go",
"quantity": 1,
"total": 77900,
"size": "S",
"weight": 0.5,
"itemUrl": "https://market.momo.africa/Portal/product/121731/1?tenantId=4&lang=fr",
"status": "pending",
"statusComment": null,
"createdAt": "2025-06-05T07:05:21.000Z",
"updatedAt": "2025-06-05T07:05:21.000Z",
"sender": {
"referenceNumber": "0596086680",
"name": "Samsung Store Abidjan",
"phone": "0700000001",
"address": {
"name": "123 Rue Principale",
"landmark": "Angré pétro ivoire",
"city": "Cocody",
"latitude": 5.359951,
"longitude": -4.008256
}
}
},
{
"referenceNumber": "ITEM002",
"orderId": 14,
"itemName": "Riz vietnamien La Rizière long grains parfumé 5kg",
"quantity": 5,
"total": 18750,
"size": "S",
"weight": 5.5,
"itemUrl": "https://market.momo.africa/Portal/product/107465/1?tenantId=4&lang=fr",
"status": "pending",
"statusComment": null,
"createdAt": "2025-06-05T07:05:21.000Z",
"updatedAt": "2025-06-05T07:05:21.000Z",
"sender": {
"referenceNumber": "0555306590",
"name": "Tech Shop",
"phone": "0700000002",
"address": {
"name": "456 Avenue Tech",
"landmark": "Liberté",
"city": "Adjamé",
"latitude": 5.40387101,
"longitude": -4.009
}
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Represents the order request payload when creating a new order.
Details of the recipient receiving the order.
Show child attributes
Phone number of the recipient in E.164 format (e.g., +2250702029254).
"+2250702029254"
Detailed address information.
Show child attributes
Name or description of the address.
"45 Avenue de la Paix"
City where the address is located.
"Cocody"
Nearby landmark for easy identification.
"Terminus 81/82"
GPS latitude of the address.
5.403871
GPS longitude of the address.
-3.9881079
Full name of the recipient.
"John Doe"
List of items included in the order.
1Show child attributes
Name or description of the item.
"Samsung Galaxy A05 64Go"
Quantity of the item.
x >= 11
Information about the sender of an item.
Show child attributes
Phone number of the sender in E.164 format (e.g., +2250700000001).
"+2250700000001"
Detailed address information.
Show child attributes
Name or description of the address.
"45 Avenue de la Paix"
City where the address is located.
"Cocody"
Nearby landmark for easy identification.
"Terminus 81/82"
GPS latitude of the address.
5.403871
GPS longitude of the address.
-3.9881079
Unique reference number for the sender.
"0596086680"
Name of the sender or business.
"Samsung Store Abidjan"
Unique reference number for the item.
"ITEM001"
Total price of the item (quantity * unit price).
x >= 077900
Size category of the item.
"S"
Weight of the item in kilograms.
x >= 00.5
URL of the item's image.
"https://market.momo.africa/Portal/product/121731/1?tenantId=4&lang=fr"
Unique order reference in your system. If not provided, Express will generate it automatically.
"ORD0001"
Total amount of the order including delivery fees.
x >= 098150
Fee for delivering the order.
x >= 01500
Special instructions for the delivery process.
"Livrer à midi"
The latest date by which the delivery should be completed.
"2025-06-05"
Delivery order created
Represents the response payload for an order after it has been created, retrieved, or canceled.
Unique order reference in your system.
"ORD0001"
Total amount of the order including delivery fees.
98150
Fee for delivering the order.
1500
Current status of the order.
"pending"
Timestamp when the order was created.
"2025-06-05T07:05:21.000Z"
Timestamp when the order was last updated.
"2025-06-05T07:05:21.000Z"
Details of the recipient receiving the order.
Show child attributes
Phone number of the recipient in E.164 format (e.g., +2250702029254).
"+2250702029254"
Detailed address information.
Show child attributes
Name or description of the address.
"45 Avenue de la Paix"
City where the address is located.
"Cocody"
Nearby landmark for easy identification.
"Terminus 81/82"
GPS latitude of the address.
5.403871
GPS longitude of the address.
-3.9881079
Full name of the recipient.
"John Doe"
List of items included in the order.
Show child attributes
Unique reference number for the item.
"ITEM001"
Identifier of the order this item belongs to.
14
Name or description of the item.
"Samsung Galaxy A05 64Go"
Quantity of the item.
1
Total price of the item (quantity * unit price).
77900
Current status of the item.
"pending"
Timestamp when this item was added to the order.
"2025-06-05T07:05:21.000Z"
Timestamp of the last update to this item.
"2025-06-05T07:05:21.000Z"
Information about the sender of an item.
Show child attributes
Phone number of the sender in E.164 format (e.g., +2250700000001).
"+2250700000001"
Detailed address information.
Show child attributes
Name or description of the address.
"45 Avenue de la Paix"
City where the address is located.
"Cocody"
Nearby landmark for easy identification.
"Terminus 81/82"
GPS latitude of the address.
5.403871
GPS longitude of the address.
-3.9881079
Unique reference number for the sender.
"0596086680"
Name of the sender or business.
"Samsung Store Abidjan"
Size category of the item.
"S"
Weight of the item in kilograms.
0.5
URL of the item's image.
"https://market.momo.africa/Portal/product/121731/1?tenantId=4&lang=fr"
Optional comments related to the item status.
null
Special instructions for the delivery process.
"Livrer à midi"
The latest date by which the delivery should be completed.
"2025-06-05"
Optional comments related to the order status.
null