Skip to main content

Fetch purchase order detail

GET 

/v1/entities/:entity_id/purchase_orders/:uuid

Retrieves one purchase order by uuid, in any status, addressed and shaped exactly like the list endpoint.

Accepts the same fields[...] and include=line_items,receipts,supplier parameters. Requires the purchase_orders:read scope. The key's shop must also be linked to {entity_id}, else 403 — see the API key scheme on the Authentication page.

include=receipts additionally requires the purchase_order_receipts:read scope; without it the request returns 403. Included receipts are narrowed to committed status only.

Request

Responses

Returns a purchase order.