jef-fulfillment-associate-orders

Source

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

  • Table: jef-fulfillment-associate-orders

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

  • Commit: b065d07d586b8f5c77e04fc635263232bf55ee99

  • Generated at: 2026-05-04T19:36:11Z

Attributes

{
  "id": "string",
  "entity_number": "string",
  "source_entity_number": "string",
  "destination_entity_number": "string",
  "assigned_associate_number": "string",
  "customer": "string",
  "channel": "string",
  "status": "string",
  "fulfilled_at": "string",
  "fulfilled_by": "string",
  "packed_at": "string",
  "packed_by": "string",
  "completed_at": "string",
  "completed_by": "string",
  "handoff_type": "string",
  "notes": "string",
  "total_lines": "number",
  "total_quantity": "number",
  "total_fulfilled_quantity": "number",
  "total_amount": "number",
  "created_at": "string",
  "updated_at": "string",
  "local_version": "number",
  "sync_status": "string",
  "deleted_at": "string",
  "idempotency_key": "string"
}

Main Index

{
  "pk": "id"
}

Raw Schema

{
  "table": "jef-fulfillment-associate-orders",
  "attributes": {
    "id": "string",
    "entity_number": "string",
    "source_entity_number": "string",
    "destination_entity_number": "string",
    "assigned_associate_number": "string",
    "customer": "string",
    "channel": "string",
    "status": "string",
    "fulfilled_at": "string",
    "fulfilled_by": "string",
    "packed_at": "string",
    "packed_by": "string",
    "completed_at": "string",
    "completed_by": "string",
    "handoff_type": "string",
    "notes": "string",
    "total_lines": "number",
    "total_quantity": "number",
    "total_fulfilled_quantity": "number",
    "total_amount": "number",
    "created_at": "string",
    "updated_at": "string",
    "local_version": "number",
    "sync_status": "string",
    "deleted_at": "string",
    "idempotency_key": "string"
  },
  "main_index": {
    "pk": "id"
  },
  "gsi_1": {
    "gsi_1_pk": "entity_number",
    "gsi_1_sk": "created_at"
  }
}