v0.3.4
Changed
- Store settings partial update types —
UpdateStoreParams.webhookSettings,notificationSettings, andcheckoutSettingsnow usePartial<>types, allowing individual sub-fields to be omitted or set tonull.
Documentation
stores.update()JSDoc — Added partial update semantics and example for clearing individual webhook URLs.