Fetch An Order
Details of order
Path parameters
user_uuidstringRequired
User UUID
order_uuidstringRequired
Order UUID
Responses
200
Successful response
application/json
400
Invalid request
application/json
401
Authorization error
application/json
404
User not found
application/json
405
Order not found
application/json
get
/user/{user_uuid}/orders/{order_uuid}Last updated
Was this helpful?