Skip to main content

439 posts tagged with "API"

View All Tags

: Staging

: Production

🪲 Fixed

Orders

Fixed an issue where orders with lines that have no inventory allocations would cause errors during order processing.

: Staging

: Production

🪲 Fixed

Seller mgmt

Fixed an issue where warehouses were not being correctly resolved for marketplace sellers in certain scenarios.

: Staging

: Production

🪲 Fixed

signup validation

Improvements to API key validation and error handling during the sign up process. When signing up via the API, users will experience the following:

  • When an invalid API key is used to sign up, a 401 (Unauthorized) error is returned instead of a 403 (Forbidden) error.
  • When the signup API key setting is not configured, a 404 (Page not found) error is returned.

🚫 Deprecated

API fields and mutations

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

: Staging

: Production

✨ New

Messaging

Messaging system

Introduced a new messaging system that enables communication between marketplace participants, enhancing collaboration and support capabilities within the platform.

Content

Added the ability to set featured images on pages, allowing for richer visual presentation of content throughout your marketplace.

API

Tenant signup endpoint

Added a new tenant signup endpoint with email validation, streamlining the onboarding process for new marketplace tenants.

💎 Changed

Content

Page management permission changes

Began the deprecation process for the manage_pages permission as part of ongoing improvements to content management capabilities.

🪲 Fixed

Orders

Fixed an issue where discounted and undiscounted price information was not properly exposed on orders and order lines, improving price transparency.

Seller mgmt

Fixed an issue that prevented plain text from being used in store descriptions by removing overly strict HTML validation.

Emails

Fixed an error that could occur when processing email CC and BCC fields in certain edge cases.

: Staging

: Production

🪲 Fixed

Orders

Fixed an issue where order processing could fail when an order line had no inventory allocations, improving reliability when handling orders with unusual fulfillment states.

: Staging

: Production

🪲 Fixed

Seller mgmt

Fixed an issue where warehouses were not correctly resolved for marketplace sellers in certain scenarios.

: Staging

: Production

🪲 Fixed

Orders

Fixed an issue where discounted and undiscounted price values were not properly exposed on Order and OrderLine objects, making it difficult to view pricing breakdowns.

: Staging

✨ New

order fulfillment

Marketplace operators and sellers can now fulfill orders across multiple sellers at once. This removes the friction of having to fulfill orders for one seller at a time. Learn more about fulfilling orders here.

seller onboarding

The number of steps in the seller onboarding process has been reduced. This involves removing the step where sellers have to specify their industry and product template when onboarding.

🪲 Fixed

webhooks
  • General fixes and improvements to webhook error handling. Learn more about webhooks here.
  • Improvements to third-party integration permissions and access. Learn more about integrations here.

🚫 Deprecated

API fields and mutations

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

: Staging

: Production

✨ New

Orders

New marketplace order fulfillment mutation

Added nauticalOrderFulfill mutation, providing a streamlined way to fulfill marketplace orders with improved performance and clearer semantics.

Seller mgmt

Rich text support for seller store descriptions

Seller store descriptions now support rich text formatting, allowing sellers to create more engaging and visually appealing store pages.

Emails

Fulfillment declined notifications

Added support for notifying customers when a fulfillment is declined, with control over whether to send the notification via the notify_customer parameter.

Emails

Order cancellation notifications

Added the ability to control customer notifications when an order is cancelled via the notify_customer parameter in the order_cancelled event.

Integrations

Shopify seller configurations

Shopify seller configurations are now enabled by default, simplifying the setup process for sellers integrating with Shopify.

💎 Changed

Performance

Performance improvements

Made several performance improvements across the platform:

  • Draft order modifications are now significantly faster through optimized database operations.
  • Order fulfillment operations complete more quickly with improved data handling.
  • Checkout queries are much faster, especially when calculating shipping options and applying vouchers.
  • Payout processing is more efficient with optimized batch operations.
  • Product availability checks are now faster with improved data loading.

💎 Changed

Seller mgmt

Non-seller configurable plugins are now properly hidden from the seller interface, reducing confusion and simplifying the seller experience.

🪲 Fixed

Discounts

Fixed an issue where voucher discount amounts could be returned with incorrect currency conversions.

Integrations

Improved error handling for external service integrations — the system now gracefully handles recoverable HTTP errors instead of raising exceptions.

Orders

Fixed several issues with order processing:

  • Seller order lines are now properly loaded during draft completion.
  • Stock deallocation events are now recorded asynchronously, improving fulfillment speed.
  • Removed duplicate order update notifications during fulfillment.
  • Fixed duplicate processing calls that could slow down order operations.
  • Stock updates now use more efficient bulk operations.
  • Corrected order ID references in marketplace order contexts.
Checkout

Fixed an issue where vouchers were unnecessarily locked during checkout queries, improving checkout performance.

Emails

Fixed CC and BCC email parsing for SendGrid to ensure emails are properly delivered to all recipients.

API

Fixed customer data isolation to ensure proper tenant separation in analytics.

🚫 Deprecated

Discounts

Additional volume discount fields have been deprecated as part of the ongoing simplification of the discount system.

: Staging

: Production

💎 Changed

API

This release contains internal improvements and maintenance updates.

Was this page helpful?