Get Orders
GET
https://api.zortout.com/api.aspx
Get list of orders.
Query Parameters
Get Order Detail
GET
https://api.zortout.com/api.aspx
Get order detail.
Query Parameters
Get Voucher Detail
GET
https://api.zortout.com/api.aspx
Get list of voucher subsidized by Marketplace.
Query Parameters
Get Expense Order Detail
GET
https://api.zortout.com/api.aspx
Get list of expenses of order.
Query Parameters
Get Movement Order Detail
GET
https://api.zortout.com/api.aspx
Get movement list of products according to each order.
Query Parameters
Get Movement Orders
GET
https://api.zortout.com/api.aspx
Get movement list of products for orders.
Query Parameters
Get Shipment Labels
GET
https://api.zortout.com/api.aspx
Get shipment label list of orders.
Query Parameters
Add Order
POST
https://api.zortout.com/api.aspx
Add order.
Query Parameters
Request Body
200: OK Success
Response Ex. URL Ex. Request JSON
Copy {
"number": "SO-0001",
"orderdate": "2021-05-31",
"amount": 68,
"shippingamount": 10,
"vatamount": 0,
"paymentmethod": "Cash",
"paymentamount": 50,
"list": [
{
"sku": "P0001",
"name": "Product1",
"number": 24,
"pricepernumber": 2,
"discount": "0",
"totalprice": 48
},
{
"sku": "P0002",
"name": "Product2",
"number": 1,
"pricepernumber": 10,
"discount": "0",
"totalprice": 10
}
]
}
Update Order Status
POST
https://api.zortout.com/api.aspx
Update status of order.
Query Parameters
Update Order Payment
POST
https://api.zortout.com/api.aspx
Update payment of order.
Query Parameters
Verify Slip
POST
https://api.zortout.com/api.aspx
Verify slip of order.
Path Parameters
Query Parameters
Request Body
Update Partial Order
POST
https://api.zortout.com/api.aspx
Update partial product of order.
Query Parameters
Request Body
200: OK Success
Response Ex. Request JSON
Copy [
{
"sku": "P0001",
"number": 24
},
{
"productid": 1234,
"number": 25
}
]
Edit Order Info
POST
https://api.zortout.com/api.aspx
Edit order info.
Query Parameters
Request Body
200: OK Success
Response Ex. Request JSON
Copy {
"number": "SO-0001",
"orderdate": "2021-05-31"
}
Edit Order
POST
https://api.zortout.com/api.aspx
Edit order.
Query Parameters
Request Body
200: OK Success
Response Ex. Request JSON
Copy {
"number": "SO-0001",
"orderdate": "2021-05-31",
"amount": 68,
"shippingamount": 10,
"vatamount": 0,
"list": [
{
"sku": "P0001",
"name": "Product1",
"number": 24,
"pricepernumber": 2,
"discount": "0",
"totalprice": 48
},
{
"sku": "P0002",
"name": "Product2",
"number": 1,
"pricepernumber": 10,
"discount": "0",
"totalprice": 10
}
]
}
Void Order
POST
https://api.zortout.com/api.aspx
Void order.
Query Parameters
Void Order Payment
POST
https://api.zortout.com/api.aspx
Delete payment in order.
Query Parameters
Ready To Ship
POST
https://api.zortout.com/api.aspx
Ready to ship. The status will be changed to “Waiting”. If the order is from marketplace, the system will try to update order in marketplace to “Ready to ship”.
Query Parameters
Book Order Shipment
POST
https://api.zortout.com/api.aspx
Call shipment provider. The available shipment is “flashexpress” (Flash Express), “jtexpress” (J&T) and “kerry” (Kerry). The status will be changed to “Waiting”. Support only non- marketplace order.
Query Parameters
Update Order Serial No
POST
https://api.zortout.com/api.aspx
Update serial number of order.
Query Parameters
Update Order Expiry/Lot
POST
https://api.zortout.com/api.aspx
Update expiry/lot of order.
Query Parameters
Add Expense Order
POST
https://api.zortout.com/api.aspx
Add expense to order.
Query Parameters
Request Body
Add Order Tag
POST
https://api.zortout.com/api.aspx
Add tag to order.
Query Parameters