{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChannelCartSettings", "title": "ChannelCartSettings", "description": "Represents all settings overrides related to the shopping cart functionality of a store for a channel.", "type": "object", "properties": { "allow_purchasing": { "type": "boolean", "nullable": true } }, "x-tags": [ "Models" ] }