VTEX · Schema

SaveautoapproveforaccountRequest

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
Enabled boolean Insert `true` if you wish to activate the autoapprove rule for an entire marketplace 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-saveautoapproveforaccountrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SaveautoapproveforaccountRequest",
  "title": "SaveautoapproveforaccountRequest",
  "required": [
    "Enabled"
  ],
  "type": "object",
  "properties": {
    "Enabled": {
      "type": "boolean",
      "description": "Insert `true` if you wish to activate the autoapprove rule for an entire marketplace account. Insert `false` if you wish to deactivate it. Be aware that once enabling the setting through this request, all received SKUs will be automatically approved on your store, regardless of the seller, or the Matcher Score.",
      "default": true
    }
  }
}