jef-fulfillment-associate-order-items ===================================== Source ------ - Repository: ``jef-systems/jef-fulfillment-associate-backend`` - Table: ``jef-fulfillment-associate-order-items`` - Schema path: ``dynamodb/jef-fulfillment-associate-order-items/schema.json`` - Commit: ``b065d07d586b8f5c77e04fc635263232bf55ee99`` - Generated at: ``2026-05-04T19:36:11Z`` Attributes ---------- .. code-block:: json { "order_id": "string", "line_number": "string", "order_item_id": "string", "entity_number": "string", "source_entity_number": "string", "destination_entity_number": "string", "assigned_associate_number": "string", "product_number": "string", "product_name": "string", "barcode": "string", "sku": "string", "quantity": "number", "fulfilled_quantity": "number", "remaining_quantity": "number", "unit_price": "number", "line_total": "number", "status": "string", "picked_at": "string", "picked_by": "string", "packed_at": "string", "packed_by": "string", "fulfilled_at": "string", "fulfilled_by": "string", "notes": "string", "created_at": "string", "updated_at": "string", "local_version": "number", "sync_status": "string", "deleted_at": "string", "idempotency_key": "string" } Main Index ---------- .. code-block:: json { "pk": "order_id", "sk": "line_number" } Raw Schema ---------- .. code-block:: json { "table": "jef-fulfillment-associate-order-items", "attributes": { "order_id": "string", "line_number": "string", "order_item_id": "string", "entity_number": "string", "source_entity_number": "string", "destination_entity_number": "string", "assigned_associate_number": "string", "product_number": "string", "product_name": "string", "barcode": "string", "sku": "string", "quantity": "number", "fulfilled_quantity": "number", "remaining_quantity": "number", "unit_price": "number", "line_total": "number", "status": "string", "picked_at": "string", "picked_by": "string", "packed_at": "string", "packed_by": "string", "fulfilled_at": "string", "fulfilled_by": "string", "notes": "string", "created_at": "string", "updated_at": "string", "local_version": "number", "sync_status": "string", "deleted_at": "string", "idempotency_key": "string" }, "main_index": { "pk": "order_id", "sk": "line_number" }, "gsi_1": { "gsi_1_pk": "entity_number", "gsi_1_sk": "created_at" } }