: Staging
: Production
✨ New
Customer mgmt
Filter customers by active status
Added the isActive boolean filter to the customers query.
Seller mgmt
New seller information fields
Added the following fields to the Seller model:
approvedDatefirstOrderPlacedDatefirstProductCreatedDate
💎 Changed
Webhooks
Updated webhook payloads
Updated webhook payloads for the following events to be more structured and robust. The structure and contents of the following webhook payloads have been changed:
nautical_order_creatednautical_order_updatednautical_order_fully_paidnautical_order_cancelled
As a result of these changes, existing logic that utilizes the above webhooks should be updated to align with this new webhook format.
🪲 Fixed
Payouts
Fixed an issue where volume discounts were being incorrectly deducted from seller order payouts.
Integrations
Fixed an issue with the Yotpo Ratings and Reviews app not properly utilizing ProductSchema fields.
Webhooks
Fixed an issue where the variant_created webhook was not triggered upon bulk creation of product variants.