Are you able to add a property to the outbound order object that gives the order number as seen in the portal?
We are looking to add a button in Vinsight that would take you directly to the Carton Cloud copy of that order ("View in Carton Cloud").
Even better would be a property on the API that gives the actual link to the order so we don't have to construct it ourselves.
For example.
{
"id": "fb6941a3-799c-4695-93d1-92c33f8e4981",
"references" :
{ "url": "https://app.cartoncloud.com.au/CartonCloud_Demo/sale_orders/view/13535", "number": "13535" }
}