Skip to content

v0.3.4

Choose a tag to compare

@Hill-waffo Hill-waffo released this 14 Apr 09:50

Changed

  • Store settings partial update typesUpdateStoreParams.webhookSettings, notificationSettings, and checkoutSettings now use Partial<> types, allowing individual sub-fields to be omitted or set to null.

Documentation

  • stores.update() JSDoc — Added partial update semantics and example for clearing individual webhook URLs.