Skip to main content
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.
v1
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.
Last modified on July 1, 2026