Club Data Schema [Up to date as of Nov 6, 2023]
  • 06 Mar 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Club Data Schema [Up to date as of Nov 6, 2023]

  • Dark
    Light
  • PDF

Article summary

[
  {
    "Name": "op",
    "Type": "string"
  },
  {
    "Name": "id",
    "Type": "string"
  },
  {
    "Name": "club_id",
    "Type": "string"
  },
  {
    "Name": "human_id",
    "Type": "int"
  },
  {
    "Name": "name",
    "Type": "string"
  },
  {
    "Name": "description",
    "Type": "string"
  },
  {
    "Name": "shipment_date",
    "Type": "timestamp"
  },
  {
    "Name": "qualification_date",
    "Type": "timestamp"
  },
  {
    "Name": "allow_pickup",
    "Type": "string"
  },
  {
    "Name": "allow_shipping",
    "Type": "string"
  },
  {
    "Name": "release_products_count",
    "Type": "int"
  },
  {
    "Name": "created_at",
    "Type": "timestamp"
  },
  {
    "Name": "updated_at",
    "Type": "string"
  },
  {
    "Name": "draft_order_generating",
    "Type": "string"
  },
  {
    "Name": "min_required",
    "Type": "int"
  },
  {
    "Name": "max_allowed",
    "Type": "int"
  },
  {
    "Name": "allow_item_modification",
    "Type": "string"
  },
  {
    "Name": "allow_item_addition",
    "Type": "string"
  },
  {
    "Name": "products_count",
    "Type": "int"
  },
  {
    "Name": "hard_deleted",
    "Type": "boolean"
  },
  {
    "Name": "tenant_id",
    "Type": "string"
  },
  {
    "Name": "p_tenant_id",
    "Type": "string",
    "PartitionKey": "Partition (0)"
  },
  {
    "Name": "year",
    "Type": "string",
    "PartitionKey": "Partition (1)"
  },
  {
    "Name": "month",
    "Type": "string",
    "PartitionKey": "Partition (2)"
  },
  {
    "Name": "day",
    "Type": "string",
    "PartitionKey": "Partition (3)"
  },
  {
    "Name": "source",
    "Type": "string",
    "PartitionKey": "Partition (4)"
  }
]

Was this article helpful?