orders
Mark order as shipped
Marks an order as Shipped without creating a label in ShipStation
post/orders/markasshipped
Request body
Example request
{
"orderId": 93348442,
"carrierCode": "usps",
"shipDate": "2014-04-01",
"trackingNumber": "913492493294329421",
"notifyCustomer": true,
"notifySalesChannel": true
}Response
Order marked as shipped successfully
Example response
{
"orderId": 123456789,
"orderNumber": "ABC123"
}