Delivery
Calls to work with "delivery" type sessions. Those are special sessions to integrate order (task) tracking functionality into external systems.
API actions
create
Parameters
Examples
curl -X POST 'https://api.eu.navixy.com/v2/user/session/delivery/create' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b"}'https://api.eu.navixy.com/v2/user/session/delivery/create?hash=a6aa75587e5c59c32d347da438505fc3Response
{
"success": true,
"value": "42fc7d3068cb98d233c3af749dee4a8d"
}Errors
read
Parameters
Examples
Response
Errors
Errors
Last updated
Was this helpful?