Get purchase order details

Returns detailed information about a specific purchase order including all items, linked invoices, and business partner information.

Response Structure

The response includes complete purchase order details with:

  • business_partner: Full vendor/supplier information
  • items: All purchase order items with approval status
  • payables: All fiscal invoices linked to any item in this purchase order

Authorization

  • User must be a member of the company that owns the purchase order
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

ID of the purchase order

Headers
uuid
required

UUID of the company on whose behalf the request is made. Required for every Pay endpoint.
See The company-id header for details on how to obtain
a value for this header and the error responses to expect when it is missing or invalid.

If the deprecated company_id query parameter is also sent, both values must match;
the API returns 422 Unprocessable Entity when they disagree.

Responses

401

Unauthorized — invalid/missing authentication token, or the caller is not
authorized for this purchase order (Pundit policy). The response body is
empty
(Pundit renders nothing); branch on the status code, not the body.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json