> ## Documentation Index
> Fetch the complete documentation index at: https://docs.florists.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# API changelog

> Additive changes to the Partner API, including any new values added to existing lists.

This page records changes to the Partner API. Within a version every change is additive. New values added to an existing list, such as a new order status or webhook type, are always called out here, so integrations that match on those values exhaustively know when to update.

<Update label="v1" description="Initial release">
  **Partner API v1 is available.**

  * Read **orders**, **customers**, and **products** as curated objects, with list and single-record endpoints.
  * Create **customers** with `partner.customers.write`; duplicate customers return `409 duplicate_customer` with `existing_customer_id`.
  * Use **cursor pagination** with documented filters on list endpoints.
  * Receive **webhooks** for order and payment events, with signed, thin deliveries.
  * Authenticate with bearer tokens and whole-feature scopes, including an opt-in scope for customer contact details.
</Update>
