Get Unlinked Order

Get an unlinked order by order id.

Unlinked orders are orders that have been created in Doshii by a Partner but haven't yet been created in the POS. The properties returned by this endpoint are the same as from /orders/:id but use a doshiiId instead of id since no id has been assigned from the POS yet.

GET /unlinked_orders/{orderid}

For more detailed information on this specific endpoint please review the details found in the OpenAPI docs.