Skip to main content

FastSpring connector

Back to the connector overview, authentication methods, and actions.
21 Sept 2026
bug-fixFixed 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.
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
16 Sept 2026
data-syncAdded 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.