VTEX · Schema

Request body

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
invoice string Chosen invoice filter
serie string Serie's number on the invoice
View JSON Schema on GitHub

JSON Schema

vtex-invoicefilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvoiceFilter",
  "title": "Request body",
  "type": "object",
  "properties": {
    "invoice": {
      "type": "string",
      "description": "Chosen invoice filter",
      "default": "string"
    },
    "serie": {
      "type": "string",
      "description": "Serie's number on the invoice",
      "default": "string"
    }
  }
}