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
The order ID returned from the Create Order endpoint.
Request Parameters
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.