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

# FastSpring Changelog

> Release history for the FastSpring connector. Each version lists what changed and which actions were affected.

<Card title="FastSpring connector" icon="arrow-left" href="/connectors/fastspring" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.1.1" description="21 Sept 2026">
  `bug-fix`

  Fixed create\_quote/update\_quote source (now an enum of MANAGER, BUYER, UNKNOWN - any other value returned a provider 502), added a full per-tier schema and the product-scoping rule to create\_coupon discounts, clarified that create\_session coupon takes a redemption code rather than a coupon ID, required a days/begin window on the event list actions so a missing window no longer reads as an empty event store, corrected list\_orders days (it is not a lookback range - days=2 or higher excludes today, so begin should be used for recent-order windows), documented that the event endpoints only report the FIRST configured webhook, added clear error messages when update\_webhook\_key is given an unregistered URL and when get\_subscription is given an unknown subscription id, and documented that list\_quotes caps at 20 records with no way to page.

  <AccordionGroup>
    <Accordion title="Changed · 11 actions updated">
      `fastspring_create_coupon`, `fastspring_create_invoice`, `fastspring_create_quote`, `fastspring_create_session`, `fastspring_get_subscription`, `fastspring_list_orders`, `fastspring_list_processed_events`, `fastspring_list_quotes`, `fastspring_list_unprocessed_events`, `fastspring_update_quote`, `fastspring_update_webhook_key`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="16 Sept 2026">
  `data-sync`

  Added DataSync support to 3 list actions (quotes, report jobs, product prices). All sync via full refresh as the provider has no updated-since filters on these endpoints.
</Update>
