{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Cart Settings API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cart Settings", "type": "folder" }, "items": [ { "info": { "name": "Get Cart Settings", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/settings/cart" }, "docs": "Retrieves cart settings." }, { "info": { "name": "Update Cart Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/settings/cart", "body": { "type": "json", "data": "{}" } }, "docs": "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).\n\nWith update cart settings endpoint, you can:\n\n- Enable or disable custom discounts by setting the `custom_discounts_enabled` field to `true`. This allows you to activate your custom discounts from external services. B" }, { "info": { "name": "Get Cart Settings by Store ID", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/settings/cart/:storeID", "params": [ { "name": "storeID", "value": "", "type": "path", "description": "The store ID." } ] }, "docs": "Retrieves cart settings for the specified store." }, { "info": { "name": "Update Cart Settings by Store ID", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/settings/cart/:storeID", "params": [ { "name": "storeID", "value": "", "type": "path", "description": "The store ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "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).\n\nWith update cart settings endpoint, you can:\n\n- Enable or disable custom discounts by setting the `custom_discounts_enabled` field to `true`. This allows you to activate your custom discounts from external services. B" } ] } ], "bundled": true }