VTEX · Schema

SaveautoapproveforaccountsellerRequest

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
Enabled boolean Insert `true` if you wish to activate the autoapprove rule for that specific seller account. Insert `false` if you wish to deactivate it. Be aware that once enabling the setting through this request,
View JSON Schema on GitHub

JSON Schema

vtex-saveautoapproveforaccountsellerrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SaveautoapproveforaccountsellerRequest",
  "title": "SaveautoapproveforaccountsellerRequest",
  "required": [
    "Enabled"
  ],
  "type": "object",
  "properties": {
    "Enabled": {
      "type": "boolean",
      "description": "Insert `true` if you wish to activate the autoapprove rule for that specific seller account. Insert `false` if you wish to deactivate it. Be aware that once enabling the setting through this request, all SKUs received from this seller will be automatically approved on your store regardless of the Matcher Score.",
      "default": true
    }
  }
}