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.