{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Units of Measurement API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Units of Measurement", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Units of Measurement Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/settings/store/units-of-measurement", "params": [ { "name": "channel_id", "value": "", "type": "query", "description": "Channel ID to use for channel-specific setting. If omitted, you will interact with the global setting only." } ] }, "docs": "Get settings for [units of measurements](https://support.bigcommerce.com/s/article/Store-Settings?language=en_US#physical)." }, { "info": { "name": "BigCommerce Update Units of Measurement Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/settings/store/units-of-measurement", "params": [ { "name": "channel_id", "value": "", "type": "query", "description": "Channel ID to use for channel-specific setting. If omitted, you will interact with the global setting only." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update settings for [units of measurements](https://support.bigcommerce.com/s/article/Store-Settings?language=en_US#physical).\n\nThe endpoint does not support partial updates. Provide all fields to update global or channel-level settings.\n\nCreate channel-level settings, or overrides for a channel, using the `channel_id` query parameter. \n\nTo delete overrides for a channel, supply `null` as a value for all fields. A channel then inherits global values.\n\nThe endpoint does not support 'null' as a v" } ] } ], "bundled": true }