Skip to main content

API v1.49.0

: Staging

: Production

✨ New

API

Marketplace configuration centralization

Moved numerous marketplace settings from the legacy Shop object to the new MarketplaceConfiguration object, providing a more centralized and flexible way to manage marketplace-wide settings. Settings moved include:

  • Default weight unit
  • Digital product settings
  • Inventory tracking defaults
  • Marketplace name and description
  • Email configuration
  • Tax and pricing settings
  • URL settings

This change improves the organization of marketplace settings and provides a clearer separation between shop-level and marketplace-level configuration.

Shipping

Marketplace shipping enhancements

Enhanced marketplace shipping functionality:

  • Marketplace shipping prices are now properly factored into tax and total calculations
  • Draft and quote orders can now override marketplace shipping prices
  • Marketplace shipping methods are automatically removed when no longer applicable
  • Draft order prices now update automatically when shipping method prices change
API

JWT expiration defaults

New environments now default to having JWT tokens expire, improving security by reducing the risk of long-lived authentication tokens.

🪲 Fixed

Orders

Fixed an issue where customer receivables incorrectly included shipping discounts in their calculations.

Orders

Fixed invoice display to correctly show discounted totals.

Orders

Fixed unit discount calculations to use shippable quantity instead of total quantity, ensuring more accurate discount amounts.

Orders

Fixed an issue where accrual ledger entries were not being created for shipping discounts.

Shipping

Fixed an issue preventing marketplace shipping methods from being saved correctly.

Shipping

Fixed seller shipping selection validation to properly respect marketplace shipping settings.

Seller mgmt

Fixed an issue where unnecessary AgreementSeller records were being created when seller agreements hadn't actually changed.

API

Fixed incorrect queries of MarketplaceConfiguration.companyAddress.

🚫 Deprecated

API

Deprecated settings and features

The following features and settings have been deprecated and will be removed in a future release:

  • displayGrossPrices setting (use includePricesInTaxes instead)
  • marketplace_configuration.marketplace_accrues_shipping_revenue
  • AssignNavigation mutation
  • Grouped product support
  • Shop.headerText field
  • Shop-level mutations (replaced by marketplace configuration mutations)

Was this page helpful?