Get customer order details
Retrieve details of a specific order for the authenticated customer.
Authorization
cookieAuth wordpress_logged_in<token>
WordPress cookie authentication for same-origin requests. Requires a valid nonce passed via X-WP-Nonce header.
In: cookie
Path Parameters
order_uuid*string
Order UUID
Response Body
application/json
application/json
application/json
curl -X GET "https://your-site.com/wp-json/fluent-cart/v2/customer-profile/orders/string"{}{
"code": "rest_forbidden",
"message": "Sorry, you are not allowed to do that.",
"data": {
"status": 401
}
}{
"code": "fluent_cart_entity_not_found",
"message": "Order not found",
"data": {
"status": 404
}
}