Skip to main content
GET
Returns products for the authenticated organisation. Results are ordered by created_at descending. Each item includes enriched display fields such as season_name, publisher_name, license_name, and collection summaries when those relations are set.

Headers

string
required
Organisation API key.
string
default:"1.0"
API version. Use 1.0.

Query parameters

integer
default:"1"
Page number (1-based).
integer
default:"50"
Page size. Maximum 100.
Case-insensitive search across title, isbn13, isbn10, and product_code.
string
Filter by publishing status UUID (ONIX List 64).
string
Filter by lifecycle status UUID.
string
Filter by product availability UUID (ONIX List 65).
string
Filter by format UUID.
string
Comma-separated embeds. Supported values: product_territories (shallow territory/market tree) and sales_rights. Omit for a lighter list payload.

Response

boolean
required
true when the request succeeds.
object[]
required
Array of enriched product objects.
object
required
Pagination metadata.
Last modified on July 22, 2026