Changelog

Hide single-item quantity badges in checkout

When creating a checkout via our API, you can now pass in a new flag, shouldShowSingleQuantity, to control whether the quantity badge is shown on items with a quantity of 1. The field defaults to true, which matches the existing behavior.

added

Referral Data Available for Purchases

The purchase.completed webhook and Purchase API have been updated to include a new object field referral . referral.source, referral.method and referral.host are new properties available on this object.

added

Checkout.abandoned and Cart.abandoned Webhooks

We now support two additional webhooks (checkout.abandoned and cart.abandoned) that can be used to redirect users back to checkout or the shop when they abandon the flow.

added

Updated payout reports

Payout reports now have a new sourceType called adjustment and a description column. For adjustment transactions the description will contain an explanation for the adjustment.

added

Promo codes are here!

Added documentation about promo codes at Neon.

improved

Updated refund webhook response

Refund webhooks now contain a date and currency, corresponding to the date of the refund and the currency of the refunded purchase.