Skip to main content

Changelog

Traide Changelog

We regularly update our product and API while providing detailed notes on each release. We first release to staging, then to production about a week later. Learn more about our release process.

: Staging

: Production

✨ New

Integrations

Custom domain support

Added support for custom domains, allowing marketplaces to use their own branded domains. This includes automatic SSL certificate provisioning and validation, making it easier to provide a white-labeled storefront experience.

Emails

Enhanced email configuration

Email templates are now tied directly to marketplace configuration, providing better control over email branding and delivery. Email data is now validated automatically when updating marketplace settings.

Products

Draft content tracking

Added the ability to track whether content has an active draft version, making it easier to manage unpublished product changes.

💎 Changed

Emails

Payout confirmation email improvements

Updated seller payout confirmation emails with improved formatting and clearer information about payment details.

🪲 Fixed

Payouts

Fixed an issue where payouts could incorrectly be moved from archived status back to draft status.

Orders

Fixed several order-related issues:

  • Removed extra whitespace in recipient names for orders placed by guest users.
  • Order numbers now consistently use the marketplace order number format.
  • Discounts are now correctly displayed as negative values in order summaries.
API

Fixed errors that occurred when querying data for sellers without a designated owner account.

Customer mgmt

Fixed an issue where unknown permissions could cause errors when fetching permission groups.

Products
  • Fixed image aspect ratio handling for product images.
  • Fixed an issue with retrieving the latest unpublished version of content.
Emails

Fixed missing storefront URLs in email notifications.

: Staging

: Production

✨ New

custom domains

Staff now have the ability to set up custom domains for their marketplace. When a custom domain is set, it will automatically be returned as the shop domain. A custom domain can be deleted by setting a tenant to inactive.

Added mutations to create and delete custom domains.

email validation

Added the ability to validate default email address and sender name if the Nautical Emails plugin is active.

🪲 Fixed

payout status

Fixed an issue where payout status updates from ARCHIVED to DRAFT. Now payout status updates can only move from LOCKED to DRAFT.

seller

Fixed an issue where an unexpected server error message appears when updating a seller agreement if the seller does not have an owner.

permission groups

Fixed an issue with fetching user permissions. Staff can now retrieve only known permissions when fetching for a group.

discounts

Fixed an issue where discounts were not displayed as a negative value in confirmation emails.

🚫 Deprecated

API fields and mutations

For the full list of deprecations and suggested replacements, see GraphQL API Deprecations and Removals.

removed

Fully Deprecated

The following fields, types, and mutations have reached end of their deprecation period and have been removed:

  • PeriodicTaskEnabledUpdate
  • WebhookPeriodicTask

: Staging

: Production

💎 Changed

API

This release contains internal improvements and maintenance updates.

: Staging

: Production

✨ New

Emails

Fulfillment status emails

Added email notifications for fulfillment confirmations and denials, keeping customers informed about the status of their orders.

Emails

Refund confirmation emails

Added email notifications when refunds are processed, providing customers with confirmation of their refund details.

Emails

Product images in order emails

Order confirmation and related emails now include product images, making it easier for customers to identify their purchased items.

Emails

Customer account activation emails

Added email notifications when customer accounts are activated, improving the onboarding experience.

✨ New

Orders

Search orders by voucher code

Marketplace orders can now be searched by voucher codes and names, making it easier to find orders associated with specific promotions.

✨ New

Webhooks

Fulfillment update webhook

Added a new webhook event that triggers when fulfillment details are updated, enabling better integration with fulfillment systems.

✨ New

Emails

Email template sorting

Email templates can now be sorted in the dashboard, making it easier to organize and manage your email communications.

💎 Changed

Performance

Performance improvements

Made several performance improvements across the platform:

  • Shipping zone country validation is now significantly faster.
  • Checkout creation and line item additions are more efficient.
  • Order queries are optimized for better response times.
  • Discount application during checkout is faster.

💎 Changed

Emails

Email template improvements

Enhanced email templates with improved layouts, better organization, and clearer personalization options. Order-related emails now display currency symbols and complete marketplace addresses.

🪲 Fixed

Discounts

Fixed an issue where volume discount fields were inadvertently removed, causing errors in existing integrations.

Checkout

Fixed an error that could occur when updating seller shipping methods during checkout with certain seller ID formats.

Seller mgmt

Fixed an issue where the vendorType field was removed without proper deprecation, restoring compatibility with existing queries.

Orders

Fixed a dashboard issue where order summaries were missing volume discount information in delta calculations.

API

Fixed an issue where the tracking_url field was missing from the fulfillment schema, preventing tracking information from being properly returned.

Attributes

Fixed filtering on custom field values to work correctly with instantiated values.

Discounts

Fixed an issue where vouchers limited to one use per customer could be incorrectly marked as used, preventing legitimate redemptions.

Discounts

Fixed validation for "once per customer" vouchers to properly check usage history before application.

Checkout

Fixed an issue where updating checkout notes would error if the note text didn't change.

Checkout

Fixed handling of recipient updates in gift checkout flows.

🚫 Deprecated

API

The webhookSamplePayload query has been deprecated. Please update your integrations to use alternative methods for testing webhook payloads.

: Staging

✨ New

voucher codes

Added the capability to search Nautical orders by voucher code, improving searchability and tracking within the system.

fulfillment

Introduced a new webhook event for fulfillment_updated, enabling real-time tracking for fulfillment status updates.

🪲 Fixed

shipping zones

Improved stability and latency issues in ShippingZone.is_supported_country_area that were affecting Checkout timeouts.

checkout

Enhanced checkout stability:

  • Fixed integer casting error in CheckoutSellerShippingMethodsUpdate to improve error handling and accuracy when incorrect ID types are provided.
  • Addressed issues where voucher usage limits were causing checkout failures.
tracking URL

Added tracking URLs to the fulfillment schema, allowing better visibility and traceability for fulfillment status.

voucher validation

Introduced validation to prevent duplicate voucher codes in a single checkout. Now, attempting to apply the same voucher code multiple times raises an InvalidPromoCode error with a clear message.

🚫 Deprecated

API fields and mutations

For the full list of deprecations and suggested replacements, see GraphQL API Deprecations and Removals.

Newly Deprecated

The following fields and types are now deprecated and will be removed in future releases:

  • Webhooks - webhookSamplePayload.
Removed

Fully Deprecated

The following fields, types, and mutations have reached end of their deprecation period and have been removed:

  • actions - Orders will be changed to have no actions. All actions should be performed against the NauticalOrder.
  • quantity - On the nauticalOrderLine and OrderLine models. Use the more explicit quantityOrdered instead.
  • quantity - On the refundLine model. This value was split into quantityFulfilled and quantityUnfulfilled.
  • currencies.totalLinesPrice.
  • defaultCurrency.
  • isSellerShippingZoneCreationAllowed.

: Staging

: Production

💎 Changed

Platform

This release contains internal improvements and maintenance updates.

: Staging

: Production

💎 Changed

General

This release contains internal improvements and maintenance updates.

: Staging

: Production

💎 Changed

General

This release contains internal improvements and maintenance updates.

: Staging

: Production

💎 Changed

Maintenance

This release contains internal improvements and maintenance updates.

: Staging

: Production

💎 Changed

Internal

This release contains internal improvements and maintenance updates.

Was this page helpful?