cURL
curl --request GET \ --url https://api.example.com/api/v1/Orders/{orderNumber} \ --header 'Authorization: <api-key>'
{ "isSuccess": true, "message": "<string>" }
Use the GET /Orders/Detail endpoint for a full detailed order
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
Either Order Number or WineDirect Order Number
OK
Generic container for all service responses
Was the request successful. If not, the message will have more information.
Any error message
Header information about an order often used in grids and lists.
Show child attributes
Was this page helpful?