Skip to main content
This API is NOT available in production environment. It is intended for sandbox validation only.
curl -X POST 'https://order.api.e-cross.tech/orders/SB_MODDO-ECOM-Sandbox-0001/startHandling' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
    "startHandlingDate": "2025-03-26T18:45:00.00000+00:00"
  }'

Path Parameters

orderId
string
required
The order ID returned from the Create Order endpoint.

Request Parameters

startHandlingDate
string
required
The start handling date and time in ISO 8601 format. This is just informative and doesn’t go through any validation.

Response

The response returns the complete order object. Refer to the Get order by ID endpoint for the response fields.