This section allows you to manage system-wide settings through the API. You can retrieve, update, and manage configuration settings that affect the behavior of your store.
Retrieve a list of all available system settings. This endpoint supports filtering and pagination to help you find specific settings.
GET /api/settings/
GET /api/settings/company_name
Update the value of a specific setting.
{ "value": "Venddor Store" }
Here are some commonly used settings that can be managed through the API:
Setting Name | Description | Type |
---|---|---|
company_name |
Name of your store/company | String |
site_admin_email |
Administrator email address | String |
default_currency |
Default currency code | String |
enable_inventory_tracking |
Enable or disable inventory tracking | Boolean (Y/N) |
mailer_send_method |
Email sending method | String |