Skip to main content

Changelog

Developer Changelog

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

note

This release also includes changes from the 1.3.1 hotfix.

⛵ Added

  • Added the ability to fetch the list of available options from the tax engine gateway that can be used to populate the tax_exempt_code field for a customer.
note

This release was patched to a designated environment. Other customers will receive these changes with the 1.3.2 release.

⛵ Added

  • Added an email notification trigger to the incoming fulfillment webhook processing flow.
  • Added a new tax_exempt_code field to the user object, along with associated queries and mutations.

🪲 Fixed

  • Fixed an issue causing updateSellerData mutations to fail.
  • Fixed an issue that allowed a staff member to be assigned ownership of multiple sellers during webhook-based seller creation, e.g. through a Typeform integration.
  • Fixed logic in calculate_order_line_unit for the Avatax plugin, which was preventing seller admins from adding products to quotes.

🌊 Changed

  • Backend updates to Graphene v3 and Django v3.2LTS, resulting in some enhancements to the GraphQL API schema behavior. Enum defaultValues are now spec-compliant, and mutation input validation is now stronger.

🪲 Fixed

  • Fixed an issue where a customer who was also a staff member retained the staff member permissions after the staff member was deleted.
  • Fixed an issue where seller order data was incorrectly being sent to Avalara, in addition to the marketplace order. Nautical no longer sends seller order data to Avalara, and instead only sends data from the Nautical (marketplace) order.
note

This release also includes changes from the 1.2.22 hotfix.

⛵ Added

  • Added the ability to input an option price override for the shipping method, by passing the shippingMethodPriceOverrideAmount field with the checkoutSellerShippingMethodsUpdate mutation.
  • Added the ability to filter the productVariants query by the seller global ID.
  • Added the ability to sort by date and filter by from_email, to_emails, message_type, and date for the emailLogs query.
  • Added the marketplace_order field to the order object model, for the ability to retrieve the marketplace order from the seller order.
  • Added the following new webhook events triggered by changes to a seller:
    • SELLER_CREATED
    • SELLER_UPDATED
    • SELLER_AGREEMENT_ACKNOWLEDGED

🌊 Changed

  • The Wishlist feature has been updated to require storing only a single-entity product or variant against each wishlistItem. Users of the legacy wishlist model, which stores multiple variants, must update their implementation to the new model as it is no longer possible to associate multiple variants with a wishlistItem. This update provides more flexibility in wishlist management.
  • Optimized filters for the attributes query for improved speed and performance.
  • Performance improvements to the shop query.

🪲 Fixed

  • Fixed an issue with connecting third-party apps while logged in as a Seller Admin user
  • Fixed an issue that prevented changing the payout status for seller orders in cases where the seller had previously been excluded from a payout.
  • Fixed context_key name in WishlistByIdLoader.
note

This release was patched to a designated environment. Other customers will receive these changes with the 1.2.24 release.

🌊 Changed

  • Improved mail log organization by sorting the events in reverse chronological order, displaying the most recent events first

🪲 Fixed

  • Fixed an issue that caused the sellers query to fail when the externalPayoutStatus could not be determined
note

This release also includes changes from the 1.2.20 hotfix.

⛵ Added

  • Added validation by seller for DraftOrder mutations.
  • Added validation for overrideAmount in draftOrderLinePriceOverride and nauticalDraftOrderLinePriceOverride mutations to ensure the input is not negative or zero.
  • Added database table for logging webhook events.

🌊 Changed

  • Extended SendGrid order payloads to include information on grouped products.

🪲 Fixed

  • Fixed the line_price_overridden error that occurred during order events after using draftOrderLinePriceOverride or nauticalDraftOrderLinePriceOverride mutations to override item price in draft orders.
  • Fixed issue with incorrect order payout status for orders with products having volume discounts under 'Automated by fulfillment' payout mode.
  • Fixed issue where shipping address updates were not being synchronized between Nautical and WooCommerce orders.
  • Fixed an issue where the SendGrid payload for orders created with a voucher were missing the discount value.
note

This release was patched to a designated environment. Other customers will receive these changes with the 1.2.21 release.

🪲 Fixed

  • Fixed an issue where filtering attributes by product could return duplicate results.
  • Fixed an issue where, if a seller had enabled Shopify sync, updating the inventory in Shopify would overwrite Nautical product prices.

🌊 Changed

  • Updated the wishlistAddProduct and wishlistAddProduct mutations to support specifying the target user with user_id

🪲 Fixed

  • Fixed an issue where SendGrid order confirmation emails were not being sent to the customer or seller after a quote order was created
  • Fixed an issue that prevented creating a Typeform seller onboarding (SELLER_CREATION) form

⛵ Added

  • Added the wishlistCreateForBuyer mutation to allow the creation of a wishlist for a specific buyer, for integration data ingestion.
  • Added the sellerCreateWithOwner mutation to allow the creation of both a seller and the associated seller-owner use, for integration data ingestion. Note that the user will automatically be added to the Seller Admin permission group.

🌊 Changed

  • Updated the filtering logic for querying products and productVariants based on features to check for both products and variants that match the specified feature.

🪲 Fixed

  • Fixed an issue with the volumeDiscount resolver in the nauticalOrder query.
  • Fixed an issue where duplicate SendGrid order confirmation emails could be sent when a customer requested a quote order from the storefront.

⛵ Added

  • Added the ability to send customer details, including first name, last name, and email, to the Shopify order_created plugin

🌊 Changed

  • Extended the webhook payload for products to include information about related grouped products, where applicable

🪲 Fixed

  • Fixed an issue where the seller shipping method was incorrectly required on seller orders with only digital products
  • Fixed an issue with quote orders for dynamically-priced variants, where any update to the quote order after checkout would reset the line unit price to the original variant price
  • Fixed an issue where simple products were moved into the In Review state upon creation, despite the marketplace configuration not requiring product approval
  • Fixed an issue where duplicate events were being triggered for the variant_updated webhook

Was this page helpful?