Products API
The Products API manages the product catalogue, lifecycle, pricing, format generation, and search.
Key endpoints:
- Products — create, read, update, and manage product lifecycle (DRAFT through PUBLISHED/RETIRED/WITHDRAWN). See Product Types for the full domain model.
- Content attachments — attach Content Lake documents to products with version pinning. See Product Types.
- Format generation — generate PDF, ePub, and InDesign files on the fly for Content Lake-backed products. See Creating Products.
- Catalogues — manage curated product subsets with rules and overrides. See Catalogues.
- Search — hybrid product search with vector embeddings. See Product Search.
- Pricing — manage base prices and territory overrides.
Note
Full API reference documentation is coming soon. In the meantime,
refer to the OpenAPI specification at GET /v0/openapi.json.