Overview
Store settings (delivery options, pickup availability, and live status) are managed through thestores.operations.updateStore mutation. There is no separate settings module.
For full details on updating store settings, see the Store Operations documentation.
Quick Reference
TheupdateStore mutation accepts an optional settings object with the following fields:
Enable or disable delivery for the store
Enable or disable pickup for the store
Set the store’s live status, controlling visibility to customers
Store settings are part of the
stores.operations.updateStore mutation. The convex/stores/settings.ts file is reserved for future use. Settings changes take effect immediately and update the store’s availability for customers.