HomeTutorialsAPI ReferenceChangelog
Log In
Changelog
Added

2026-04 Purchase Order Read API

The 2026-04 API adds endpoints for reading purchase orders, their line items, deliveries,
and delivery line items.

What's New

MethodPathDescription
GET/api/2026-04/purchase_ordersList purchase orders.
GET/api/2026-04/purchase_orders/{purchase_order_id}Get a purchase order by ID.
GET/api/2026-04/purchase_orders/{purchase_order_id}/line_itemsList purchase order line items.
GET/api/2026-04/purchase_orders/{purchase_order_id}/deliveriesList purchase order deliveries.
GET/api/2026-04/purchase_orders/{purchase_order_id}/deliveries/{delivery_id}/line_itemsList delivery line items.

All endpoints use version-based cursor pagination where applicable and require the
consignments:read scope.

Cost fields in purchase order, delivery, and line-item responses are returned when the caller
also has the products:read:costs scope.