VTEX · Schema

Stats

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
stats object
View JSON Schema on GitHub

JSON Schema

vtex-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Stats",
  "title": "Stats",
  "required": [
    "stats"
  ],
  "type": "object",
  "properties": {
    "stats": {
      "$ref": "#/components/schemas/Stats1"
    }
  },
  "example": {
    "stats": {
      "totalValue": {
        "Count": 84,
        "Max": 21526180,
        "Mean": 262672.75,
        "Min": 1160,
        "Missing": 0,
        "StdDev": 2348087.3869179883,
        "Sum": 22064511,
        "SumOfSquares": 463417439039853,
        "Facets": {
          "origin": {
            "Fulfillment": {
              "Count": 68,
              "Max": 11150,
              "Mean": 1395.5882352941176,
              "Min": 1250,
              "Missing": 0,
              "StdDev": 1200.5513439298484,
              "Sum": 94900,
              "SumOfSquares": 229010000,
              "Facets": null
            },
            "Marketplace": {
              "Count": 16,
              "Max": 21526180,
              "Mean": 1373100.6875,
              "Min": 1160,
              "Missing": 0,
              "StdDev": 5374326.141087491,
              "Sum": 21969611,
              "SumOfSquares": 463417210029853,
              "Facets": null
            }
          },
          "currencyCode": {
            "BRL": {
              "Count": 84,
              "Max": 21526180,
              "Mean": 262672.75,
              "Min": 1160,
              "Missing": 0,
              "StdDev": 2348087.3869179883,
              "Sum": 22064511,
              "SumOfSquares": 463417439039853,
              "Facets": null
            }
          }
        }
      },
      "totalItems": {
        "Count": 84,
        "Max": 89,
        "Mean": 2.2261904761904763,
        "Min": 1,
        "Missing": 0,
        "StdDev": 9.660940100525016,
        "Sum": 187,
        "SumOfSquares": 8163,
        "Facets": {
          "origin": {
            "Fulfillment": {
              "Count": 68,
              "Max": 1,
              "Mean": 1,
              "Min": 1,
              "Missing": 0,
              "StdDev": 0,
              "Sum": 68,
              "SumOfSquares": 68,
              "Facets": null
            },
            "Marketplace": {
              "Count": 16,
              "Max": 89,
              "Mean": 7.4375,
              "Min": 1,
              "Missing": 0,
              "StdDev": 21.92401651157926,
              "Sum": 119,
              "SumOfSquares": 8095,
              "Facets": null
            }
          },
          "currencyCode": {
            "BRL": {
              "Count": 84,
              "Max": 89,
              "Mean": 2.2261904761904763,
              "Min": 1,
              "Missing": 0,
              "StdDev": 9.660940100525016,
              "Sum": 187,
              "SumOfSquares": 8163,
              "Facets": null
            }
          }
        }
      }
    }
  }
}