POST /api/v1/orders/ship HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 134
{
"items": [
{
"order_items": [
1
],
"carrier_key": "DHL_STD_NATIONAL",
"shipment_tracking_key": "123456789",
"return_tracking_key": "123456789"
}
]
}