: Staging
: Production
🪲 Fixed
Fixed an issue where staff actions on marketplace orders were incorrectly blocked by permission validation, preventing authorized staff members from performing certain order management tasks.
: Staging
: Production
Fixed an issue where staff actions on marketplace orders were incorrectly blocked by permission validation, preventing authorized staff members from performing certain order management tasks.
: Staging
: Production
Fixed an issue where voucher discounts were calculated incorrectly when applied to orders, ensuring the correct discount amount is now reflected.
: Staging
: Production
Fixed an issue where product warnings were not displaying correctly when validating attributes and custom fields.
: Staging
: Production
Fixed an issue where media files were being stored in an incorrectly named public folder, which could cause accessibility issues for shared media assets.
: Staging
: Production
Product images in order confirmation and shipping emails now display placeholder images when no product image is available, providing a more polished customer experience.
Added support for descriptions on product types, allowing marketplace operators to provide additional context and documentation for different product categories.
Attribute values can now be updated directly as part of the AttributeUpdate mutation, streamlining attribute management workflows.
Added comprehensive PostHog analytics tracking for key marketplace events:
These analytics provide better visibility into marketplace activity and user behavior.
Updated terminology throughout the platform to use "payment link" instead of "quote" for pending order payment requests, providing clearer communication with customers.
Enhanced Stripe integration to exhaustively query all products and prices, ensuring complete synchronization of catalog data.
Fixed an issue where user permission lookups could fail in certain authentication scenarios.
Fixed an issue where attribute values could not be properly assigned when a product template was locked.
Fixed a crash that could occur when setting product availability for products without an assigned product type.
Fixed exchange rate storage to properly handle all unique currency pairs, improving multi-currency support.
Updated Stripe US account configuration to use the correct Terms of Service settings.
The deprecated price book feature has been fully removed from the platform. Pricing should now be managed through product variant pricing and discount functionality.
: Staging
: Production
Product templates now include a description field to help marketplace operators clarify the purpose of each template, making it easier to assign products as the marketplace grows. Learn more about working with product templates here.
Fixed an issue where first-time sellers in the United States could not onboard and accept payouts. Learn more about implementing Stripe for seller payouts here.
For the full list of deprecations and suggested replacements, see GraphQL API Deprecations and Removals.
: Staging
: Production
Fixed an issue where product warnings related to attributes and custom fields were not displaying correctly.
: Staging
: Production
This release contains internal improvements and maintenance updates.
: Staging
: Production
Fixed an issue with billing rate calculations by updating the currency exchange rate integration.
: Staging
: Production
Added validation warnings when updating products or variants to help prevent configuration issues:
hasWarnings field to the Product type to quickly identify products with validation issues.Enabled the Prismatic integration platform for all tenants, providing access to a broader range of third-party integrations and workflows.
Improved attribute management with new locking capabilities:
is_locked field instead of seller_attributes for better control.Added new authentication and signup capabilities:
Marketplace operators with seller permissions can now activate the Shopify plugin directly, streamlining the integration setup process.
Made several performance improvements across the platform:
Fixed an issue where products with visible_in_listings set to False were incorrectly prevented from being purchased. Products are now available for purchase regardless of their listing visibility setting.
Fixed an issue where marketplace seller creation would fail to automatically generate a slug for the seller.
Fixed an issue where webhook job filtering options were limited due to using an incorrect enum type. All filtering options are now available.
Fixed an issue where plugin event URLs were not being generated correctly, causing integration failures in certain scenarios.
Fixed an issue where missing tenant headers would cause server errors instead of returning a proper 400 Bad Request response.
seller_attributes configuration field is deprecated in favor of the is_locked attribute field.