Get all the Unlinked Orders for this Location.
Unlinked orders are orders that have been created in Doshii by a Partner but haven't yet been created in the POS.
GET ~/unlinked_orders
Headers
Field | Type | Description |
---|---|---|
Authorization | String |
Bearer authentication token prefixed with |
Content-Type | String |
Request content type, must be 'application/json' |
vendor | String |
The POS vendor name retrieved from Doshii dashboard |
Accept-Encodingoptional | String |
Using compression on the response will improve the response times of this endpoint. Using this header will indicate to Doshii that the JSON response should be compressed (e.g. |
Response
Field | Type | Description |
---|---|---|
doshiiId | String |
The orderId created by the Partner |
status | String |
Current order status. See Status and the Order State Machine for more information. |
uri | String |
Relevant URI of the unlinked order resource |
Examples
Response
[
{
"doshiiId": "1",
"uri": "https://sandbox.doshii.co/pos/v3/unlinked_orders/1",
"status": "pending"
}
]
Comments
0 comments
Please sign in to leave a comment.