jef-fulfillment-associate-stores

Source

  • Repository: jef-systems/jef-fulfillment-associate-backend

  • Table: jef-fulfillment-associate-stores

  • Schema path: dynamodb/jef-fulfillment-associate-stores/schema.json

  • Commit: b2eb258fe0ac7d1eb62c0861ab1043c804ead815

  • Generated at: 2026-05-04T19:14:07Z

Attributes

{
  "entity_number": "string",
  "store_number": "string",
  "store_name": "string",
  "branch_name": "string",
  "store_type": "string",
  "receipt_header_name": "string",
  "receipt_header_subtitle": "string",
  "address_line_1": "string",
  "address_line_2": "string",
  "barangay": "string",
  "city_municipality": "string",
  "province": "string",
  "postal_code": "string",
  "contact_number": "string",
  "email": "string",
  "manager_name": "string",
  "can_fulfill_orders": "boolean",
  "can_receive_transfers": "boolean",
  "is_active": "boolean",
  "notes": "string",
  "created_at": "string",
  "updated_at": "string",
  "idempotency_key": "string"
}

Main Index

{
  "pk": "entity_number"
}

Raw Schema

{
  "table": "jef-fulfillment-associate-stores",
  "attributes": {
    "entity_number": "string",
    "store_number": "string",
    "store_name": "string",
    "branch_name": "string",
    "store_type": "string",
    "receipt_header_name": "string",
    "receipt_header_subtitle": "string",
    "address_line_1": "string",
    "address_line_2": "string",
    "barangay": "string",
    "city_municipality": "string",
    "province": "string",
    "postal_code": "string",
    "contact_number": "string",
    "email": "string",
    "manager_name": "string",
    "can_fulfill_orders": "boolean",
    "can_receive_transfers": "boolean",
    "is_active": "boolean",
    "notes": "string",
    "created_at": "string",
    "updated_at": "string",
    "idempotency_key": "string"
  },
  "main_index": {
    "pk": "entity_number"
  }
}