Skip to main content

API v1.82.0

: Staging

: Production

✨ New

Orders

Checkout token on marketplace orders

Added checkoutToken to NauticalOrder, making it easier to track the original checkout session associated with each marketplace order.

API

Single sign-on (SSO) support

Added comprehensive SSO support using OpenID Connect, including:

  • Query to retrieve active SSO integrations for a tenant
  • Mutation to login via SSO providers
  • Support for token refresh in SSO flows
  • Multi-tenant SSO redirect handling through the API
Seller mgmt

Seller-specific attribute values

Attribute values are now scoped to sellers, allowing each seller to maintain their own set of values for shared attributes. Added a new API endpoint for sellers to list and manage their attribute values.

Products

Product warning system

Added the ability to query and filter product warnings, helping marketplace operators identify and address product data quality issues.

API

Active subscription status

Added has_active_pro_plan_subscription to MarketplaceConfiguration, making it easier to check subscription status programmatically.

💎 Changed

Integrations

Stripe Connect service agreements

Updated Stripe Connect account creation to use recipient service agreements, providing better clarity on payment terms for connected sellers.

Tax

Stripe Tax improvements

Enhanced Stripe Tax plugin with better handling of marketplace order shipping calculations and tax apportionment across order lines.

Performance

Performance improvements

Made several performance improvements across the platform:

  • Attribute updates are now significantly faster by batching queries instead of executing them in loops
  • Reduced database queries when updating product variants with attributes

🪲 Fixed

Orders

Fixed an issue where fulfilling an order without an exchange rate would fail instead of using the current rate.

Products

Fixed an issue where creating product variants with product-level attributes would fail for unlocked templates.

Customer mgmt

Fixed an issue where checking for staff status could fail if the field was not present in the input.

Shipping

Fixed an issue where the seller's marketplace shipping preference was not respected when the marketplace-wide shipping toggle was disabled.

Payouts

Fixed incorrect logic when detecting legacy vendor payouts.

Products

Fixed validation to ensure price is required for products without variant options.

Products

Fixed an issue where product variants would remain published even after their parent product was unpublished.

Tax

Fixed Stripe Tax plugin issues including incorrect ID usage with refund models and safer shipping access handling.

Attributes

Fixed an issue that could create duplicate seller attribute values when marketplace values already existed.

Products

Fixed an issue where SEO title and description were not properly populated when creating products.

Products

Fixed an issue where removing all product attributes would not properly restore all available attributes to the product.

🚫 Deprecated

API

Removed the deprecated include_taxes_in_prices field and several unused database fields to simplify the data model.

Integrations

Removed the OpenExchangeRates plugin (functionality moved to a Django app) and Postmark integration.

Was this page helpful?