Skip to main content

API v1.15.0

: Staging

: Production

✨ New

Orders

Buyer access to sub-orders

Buyers can now view sub-orders within their marketplace orders, providing better visibility into how their purchases are fulfilled across multiple sellers.

Orders

Order search by product variant SKU

Added support for searching orders by grouped product variant SKU, making it easier to find orders containing specific product variants.

✨ New

Shipping

Seller identification in shipping methods

The MultiSellerShippingMethod GraphQL type now exposes the seller's GraphQL ID, providing clearer seller attribution for shipping options.

✨ New

API

Currency display improvements

Added base_amount currency values to queries, providing more consistent currency formatting and display across the platform.

💎 Changed

Payments

Payment gateway updates

  • Renamed the "Dummy Gateway" to "Test Payments" for clarity.
  • Removed the legacy dummy_credit_card gateway.
  • Removed the non-functional Razorpay gateway integration.

🪲 Fixed

Checkout

Fixed an issue where shipping voucher discounts were not being applied correctly during checkout.

Orders

Separated the NauticalDraftOrderCreate and NauticalOrderUpdate mutations to prevent conflicts and ensure draft orders are created correctly.

Payments

Fixed a race condition in Stripe webhook processing by properly locking checkout and nautical order records during payment updates.

Payments

Improved transaction handling in checkoutPaymentCreate to ensure payment records are created atomically.

🪲 Fixed

Webhooks

Improved error logging for webhook deliveries, now capturing timeout and connection errors for better debugging.

🪲 Fixed

Shopify

Fixed an issue where fulfillment webhooks were failing in the Shopify plugin integration.

🪲 Fixed

API

Added a proper deprecation notice for the Money.amount field to guide developers toward the correct currency handling approach.

🚫 Deprecated

Checkout

Gift card support removed

Removed gift card functionality from checkouts, orders, and user accounts. This includes:

  • Gift card queries and mutations
  • Gift card payment methods
  • Gift card refund options

Was this page helpful?