{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Settings API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Get Project Settings", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/settings" }, "docs": "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.\n\n:::note\n\nThe default `calculation_method` is `line`.\n\n:::" }, { "info": { "name": "Update Project Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/settings", "body": { "type": "json", "data": "{}" } }, "docs": "You can use the Settings endpoint to update your project settings at any time. These global settings take immediate effect." }, { "info": { "name": "Delete Project Settings", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/settings" }, "docs": "Deletes a store setting. Organization settings cannot be deleted." } ] } ], "bundled": true }