Skip to main content

455 posts tagged with "API"

View All Tags

: Staging

: Production

💎 Changed

user mgmt

The staffUserInput type now accepts the userIsActive field, which is a boolean that can be used to filter if a staff member is active or not.

taxes

Improved handling when Avalara doesn't return a response after posting a transaction.

webhooks

The product_updated webhook will now be triggered by changes to product features.

storefront

Added a MarketplaceConfiguration field for defaultCountry, which will be used to set the default country in the storefront in a future release.

🪲 Fixed

payouts

Fixed an issue where refunds in an invalid state could connect to payouts.

🚫 Deprecated

Reviews

Product review deprecations

The following types have been marked for deprecation and will be removed on October 1, 2024:

  • The productRatingsAndReviews query
  • The productReviewSubmit mutation
Catalog

Catalog export deprecations

The catalogExport mutation is no longer supported and has been marked for deprecation. This will be removed on October 1, 2024.

catalog

Catalog type removals

The following previously deprecated types related to catalog management have been removed:

Queries
  • barcodeLookup
  • upcItemDb
  • drugLookup
Mutations
  • productVariantReorder
  • variantImageAssign
  • variantImageUnassign
  • importCatalog
  • exportCatalog
  • exportProducts
  • importProducts
  • attributeReorderValues
Fields
  • Category.url
  • Product.url
  • ProductVariant:

    • quantity
    • quantityAllocated
    • stockQuantity
    • isAvailable
    • availableShippingMethods
orders

Order type removals

The following previously deprecated types related to checkout and orders have been removed:

Mutations
  • acceptBid
  • rejectBid
  • submitRatingAndReview
  • paymentRefund
  • orderCapture
  • orderFulfillmentUpdateReturnStatus
  • orderMarkAsPaid
  • orderRefund
  • nauticalOrderRefund
  • orderVoid
  • bulkFulfillmentReturn
  • sendQuoteToCustomer
  • setWishlistAsDefault
Fields
  • Checkout.availableShippingMethods
  • Checkout.localized
warehouse

Warehouse type removals

The following previously deprecated warehouse mutations have been removed:

Mutations
  • createWarehouse
  • updateWarehouse
  • deleteWarehouse
user mgmt

User type removals

The following previously deprecated user management mutations have been removed:

Mutations
  • requestPasswordReset
  • confirmAccount
  • setPassword
  • requestEmailChange
  • confirmEmailChange
  • accountSetDefaultAddress
webhooks

Webhook type removals

The following previously deprecated webhook and service account types have been removed:

Queries
  • webhooks
  • serviceAccounts
  • serviceAccount
Mutations
  • serviceAccountCreate
  • serviceAccountUpdate
  • serviceAccountDelete
  • serviceAccountTokenCreate
  • serviceAccountTokenDelete
Fields
  • Webhook.serviceAccount
seller mgmt

Seller type removals

The following previously deprecated seller-related mutations have been removed:

Mutations
  • getPayoutOnboardingLink
  • acknowledgeSellerAgreement
  • createSellerData
  • createSellerUserMapping
  • updateSellerData
  • sellerAddNote
  • createSellerShell
  • updateSellerSettings
designer

Designer type removals

The following previously deprecated designer-related mutations have been removed:

Mutations
  • createDesignerData
  • updateDesignerData
  • updateBranding
  • deleteBrandingImages
  • createCoreData
  • updateCoreData
metadata

Metadata type removals

The following previously deprecated metadata mutations have been removed:

Mutations
  • deleteMetadata
  • deletePrivateMetadata
  • updateMetadata
  • updatePrivateMetadata
Plugins

YotPo plugin removal

The YotPo plugin has been removed, including removal of the following types:

  • YotpoCustomer
  • UserInput
  • customerLoyaltyAndReferralsDetails
  • loyaltyAndReferralsInfo
  • YotpoCustomer
  • yotpoLoyaltyAndReferralsCreateOrUpdateCustomerRecord
  • yotpoLoyaltyAndReferralsAwardCustomerLoyaltyPoints

: Staging

: Production

💎 Changed

API

CORS configuration improvements

Enhanced CORS (Cross-Origin Resource Sharing) configuration to support environment-based settings, providing more flexibility when deploying the API across different environments.

: Staging

: Production

✨ New

Checkout

Discounted unit price display

Checkout lines now display the discounted unit price, making it easier for customers to see savings at the line-item level during checkout.

Products

Product and variant creation with existing attributes

Added support for creating products and variants using existing attribute values, streamlining the product setup process for sellers with established attribute libraries.

Orders

Discount ledger recordings

Financial ledger entries now include detailed discount information, providing better tracking and reporting of promotional impacts on orders.

💎 Changed

Checkout

Feature flag-based pricing and tax display

Pricing and tax information across checkout and orders now respects feature flag configurations, allowing for more flexible rollout of pricing changes and tax calculation methods.

Orders

Order data access from order lines

Order lines now expose their parent order data, enabling better integration with refund management interfaces.

🪲 Fixed

Payments

Fixed an issue where payment capture amounts could exceed the revised order total, preventing overpayment in cases where orders were modified after initial authorization.

Checkout

Fixed an issue where the discounted total wasn't being properly saved when completing checkout, ensuring accurate order totals.

Orders

Fixed an issue where payment status could display incorrectly for certain orders, improving order management clarity.

Orders

Fixed an issue where sale discounts were being incorrectly adjusted when recalculating draft orders, preserving the intended discount amounts.

: Staging

: Production

🪲 Fixed

discounts

Fixed an issue where orders with a full discount, leaving a balance of $0, were not being marked as paid.

: Staging

: Production

✨ New

Products

External ID support for products and variants

Added the ability to specify an external ID when creating products and variants, making it easier to integrate with external systems and maintain cross-platform references.

Discounts

Improved voucher discount calculations

Fixed voucher discount calculations to ensure accurate pricing when applying promotional codes at checkout.

💎 Changed

API

Marketplace configuration updates

  • Supported currencies are now managed through marketplace configuration instead of domain settings, simplifying multi-currency setup.
  • Removed deprecated domain and client-related GraphQL queries and mutations, streamlining the API surface.
Attributes

Attribute value references

Updated how attribute value references are handled, improving consistency when working with product attributes.

🪲 Fixed

Payouts

Fixed an issue where refunds not connected to orders could cause errors during payout processing.

Payments
  • Stripe webhook events now properly update refund status.
  • Credit card details are now correctly populated during Stripe webhook processing.
  • Refunds are no longer processed multiple times, preventing duplicate transactions.
  • Fixed handling of refunds charged to multiple sellers simultaneously.
Orders
  • Guest users can now view their own orders on the thank you page.
  • Ensured that declined quantities are always positive values.
  • Fixed an issue with quote orders that have a total amount of zero.
Checkout
  • Fixed checkout purchase event tracking.
  • Resolved an issue when removing vouchers from checkout.
API

Made user ID optional for source permission groups, improving flexibility in permission management.

: Staging

: Production

🪲 Fixed

refunds

Fixed an issue where refunds processed through Stripe were not consistently being updated to the PAID status.

refunds

Fixed an issue where refunds charged to the seller were not included in the seller payout calculations in certain cases.

refunds

Fixed an issue with the payout summary for a seller order (order.payoutsSummary.refunds), where the reported refund amount could be incorrect in certain situations. This issue did not affect the actual payout amount.

🚫 Deprecated

config

Removed the sites model, referred to as domains in the dashboard. Supported currencies for the marketplace will now be read from MarketplaceConfiguration.

: Staging

: Production

✨ New

Discounts

Improved discount tracking

Enhanced the discount system to ensure the correct discount values are consistently saved and tracked across order and checkout flows.

✨ New

Orders

Order fee IDs now returned

The orderFeeCreate mutation now returns the ID of the created fee, making it easier to track and reference fees programmatically.

💎 Changed

Seller mgmt

Updated payout permissions

All payout-related mutations now require the MANAGE_MARKETPLACE permission for improved security and access control.

Discounts

Sale type requirement

The saleType field is now required when creating or updating sales, ensuring consistent categorization of promotional activities.

🪲 Fixed

Checkout

Fixed an issue where guest checkout without automatic payment capture was not working correctly. Guests can now complete checkout flows that defer payment capture.

Checkout

Fixed an issue where creating a checkout for guest users required an email address. Guest checkouts can now be created without providing an email upfront.

Checkout

Fixed an error that occurred when converting certain checkout types to quote orders, ensuring a smoother quote generation process.

🪲 Fixed

Payments

Fixed an issue where payment amounts could exceed the remaining order balance (total minus already captured payments), preventing over-payment scenarios.

Payments

Fixed an issue that could create duplicate transaction records in the database, ensuring cleaner payment tracking.

🪲 Fixed

Orders

Fixed an issue where certain monetary input values were not being correctly parsed, ensuring accurate order totals and fee calculations.

: Staging

: Production

🪲 Fixed

orders

Fixed an issue where the orderFeeCreate mutation was not returning the ID of the order fee it created.

quotes

Fixed an issue that resulted in an AttributeError with the checkoutConvertToNauticalQuoteOrder mutation.

: Staging

: Production

✨ New

Webhooks

Customer update webhook on address changes

The customer_update webhook now fires when a customer's address is added, updated, or removed, making it easier to keep external systems in sync with customer data.

💎 Changed

Performance

Performance improvements

Made several performance improvements across the platform:

  • Checkout completion is now significantly faster, addressing latency issues during order finalization.
  • Product variant price calculations are more efficient, reducing database queries.
  • Creating and updating marketplace order lines is optimized for better performance.

🪲 Fixed

Orders

Fixed an issue where some fields were missing when adding refund lines to orders.

Customer mgmt

Fixed an issue where field validation errors were displayed twice when creating a customer account.

Orders

Fixed an issue where CSV uploads on draft and quote orders could fail or produce incorrect results.

Payouts

Fixed an issue where the payoutUpdate mutation could update payouts that were already marked as completed or failed.

: Staging

: Production

🪲 Fixed

webhooks

Fixed an issue where the customer_updated webhook was not being triggered by adding or changing a customer's address.

orders

Fixed an order line CSV upload issue on draft and quote orders that could apply discounts incorrectly after the 1.35 release.

checkout

Fixed performance issues related to checkouts and editing order lines after the 1.35 release.

Was this page helpful?