Settings
The Settings API allow you to configure global settings for your project.
📄️ Get Project Settings
You can get all of the project settings via one API call using a `client_credential` token. The response is in object format as shown in the following example.
📄️ Update Project Settings
You can use the Settings endpoint to update your project settings at any time. These global settings take immediate effect.
📄️ Delete Project Settings
Deletes a store setting. Organization settings cannot be deleted.
📄️ Get Cart Settings
Retrieves cart settings
📄️ Update Cart Settings
You can modify the cart expiry settings to set it to any number of days up to 365. Any existing carts default to the expiry of 7 days. To update cart settings in Commerce Manager, see [Updating Cart setting](/docs/commerce-manager/settings/general-settings#updating-cart-settings).