• Topics
  • Admin API
  • Apps
  • Campaigns
  • Checkout
  • Customers
  • Dashboard
  • Disputes
  • Fulfillment
  • Gift Cards
  • Metadata
  • Notifications
  • Offers
  • Orders
  • Payments
  • Products
  • Reports
  • Settings
  • Storefront
  • Storefront API
  • Subscriptions
  • Support
  • Taxes
  • Themes
  • Webhooks
  • 2023/3/15

    OffersAdmin APIPaymentsProductsDashboard

    New Features

    • Introducing Giropay as an available alternative payment method for the German market.
    • Order Notes can now be added through a new endpoint on the Admin API allowing external integrations to add notes to orders.
    • The Klaviyo App now supports three new events; Fulfilled Order, Canceled Order, and Refunded Order, to support merchants using Klaviyo for transactional emails.
    • The Gorgias App now supports pulling customer data from the store to show in the sidebar incoming calls.

    Improvements

    • Stripe Payment Intents now has a more user-friendly onboarding flow, automatically connect the merchant's Stripe account with Stripe Connect.
    • Alternative Payment Methods are now displayed based on the customer's shipping address in the storefront checkout flow.
    • Product Categories has now been overhauled with a new UI including the ability to add products from within the category detail view.
    • Ranges have now been overhauled with a new UI and improved product management for improved user experience.
    • Shipping Method has been added to Order exports so users can use this data in their workflows.

    Bug Fixes

    • Fixed an edge case where site offers were not always applied and shown in the storefront side cart.
  • 2023/2/28

    OffersAdmin APIPayments

    New Features

    • Introducing a new integration with Gorgias that is available to install on stores from the Apps menu. 
    • Introducing Bancontact Payments through Stripe as an alternative payment method in the Checkout flow and Admin API.
    • Offers can now be "cloned" making it easier to duplicate offers without needing to manually fill out the form fields.
    • Admin API and Webhooks are now versioned with the default version "2023-02-10". More documentation will follow as new versions of the Admin API and Webhooks are introduced.

    Improvements

    • Offer setup and editing has been overhauled with a new single page layout, simplifying the setup and editing of offers.
    • The Cart detail view as been overhauled for improved UX to follow our new UI views.
    • Coupons detail view has been overhauled for improved UX to follow our new UI views.
    • Product Option group has been revamped with a more clear UI and the addition of sorting on options, making it possible to set the display order of options displayed in the storefront.
    • Transactions by Payment Method report now uses the display name of payment methods instead of the enum for a better UX.
    • We've improved API Rate Limiting to now reference the API Access Token as the determining factor instead of IP address, improving support for external services that access multiple stores from the same IP address.
    • PayPal Account setup now has improved form validation with additional required fields for proper setup.

    Bug Fixes

    • Fixed an issue with App Installation flow that did not always update the "app_url" when installing an app during development flows.
    • Fixed an issue with the Storefront GraphQL API that caused it to create a new cart every time the cart was loaded instead of retrieving the existing cart.

     

  • 2022/3/14

    OffersSubscriptionsThemesStorefrontWebhooks

    New Features

    • New Offer Condition type to the set exact quantity of products within the range to be in the cart for the offer to be applied which greatly simplifies quantity based tiered discount scenarios.
    • Storefront Themes can now be uploaded through the dashboard UI with a zip file making it easier for Theme developers and store admins to bootstrap store themes.
    • Webhooks now feature two new events; ticket.created and ticket.updated allowing webhook subscribers to listen for support related events.
    • Store sitemap.xml feeds now properly support multiple languages configured by the store's public languages.
    • Subscription address handling has been improved to better support digital products which do not require shipping and would result in digital subscriptions.

    Improvements

    • Subscriptions UI has been overhauled to be more consistent with Orders and other areas of the platform.
    • We've improved the carts list view to exclude anonymous carts and and removed the owner object which was deprecated in favor of the user object.

    Bug Fixes

    • Fixed an issue where multiple subscriptions were created for a single line item through the admin api.
    • Corrected the CORS setting for media file handling on storefront themes.
    • Fixed an issue with Order Reports failing to generate when trying to filter by Partner SKU.
  • 2021/11/29

    OffersAdmin APIReportsOrdersSupport

    New Features

    • Offers and Vouchers have been updated with new features for increased flexibility for discounted pricing use cases and improvement management features.
    • Open carts with a known customer and product are now browsable allowing merchants to view their open carts.
    • Introducing a new Transactions by Funnel report allowing merchants to easily see a breakdown of their transaction performance by funnel.
    • Orders that are Confirmed status can now be changed to Pending status to prevent the order from being automatically sent to fulfillment until the merchant is able to correct the order.

    Improvements

    • Card Token payment method now supports Gateway Groups for the gateway selection logic by card type.
    • Admin API users can now pass a stockrecord_id in lieu of sku and currency for order line items when creating new orders.
    • It is now possible to create a shipping address for an order in the rare case that an order was created without a shipping address.
    • Shipping methods now follow the is_public logic as many other models that are customer facing. Non-public shipping methods cannot be used on the API so the available shipping methods in APM interfaces are consistent.
    • Hovering over the humanized date on a ticket comment will now show the actual date in a tooltip.
    • We've improved the MRR and MRR Growth charts to be show more accurate metrics and trend indicators.
    • We've now updated many of the status enums to be lowercase for consistency across data models on the api.
    • The initiator object on the transactions api is now trimmed down to have the user id, email, first and last name.

    Bugs Fixed

    • Fixed an issue of missing template code to populate the meta description of funnel pages.Fixed an issue of missing template code to populate the meta description of funnel pages.
  • 2021/10/04

    OffersAdmin APIPaymentsProductsNotificationsDisputesSupport

    New Features

    • Authorize.net integration is now generally available and can be added as a payment gateway in stores.
    • Disputes now have Resolutions which provide a clear workflow to "resolve" disputes and indicate the outcome and/or action taken.
    • Tickets can now be fully managed via the Admin API to enable more complex use cases and 3rd party support ticket integrations.

    Improvements

    • Updated Order Confirmation emails to link to a secure publicly viewable order detail view allowing customers to view their order status without needing to login to their account.
    • The Support "Inbox" views have been refactored and incorporated as tabs on the main Tickets list view making it easier to monitor tickets in different stages and more clear workflows.
    • Orders line items now clearly indicate if an item is on subscription and the related subscription details are available in a Subscription tab.
    • Product Variants now inherit their parent's product images and content by default making it easier to manage several product offer.
    • Overhauled the Coupon detail view to be more similar to Offer detail and also added pagination to the orders list table.

    Bug Fixes

    • Fixed an issue where export data sometimes did not have the store timezone applied.
    • We've now corrected an issue that caused orders without addresses to always attempt and fail to send to the fulfillment partner.
    • Fixed an issue with thank you page that caused a 500 error if it was randomly accessed without an order in the current session.
    • Corrected an issue with the dropdown list of users to create an API token for included all customers which caused a performance issue on stores with large customer datasets.
    • Fixed an issue preventing a user from updating a product slug.