jef-store-cart-items¶
Source¶
Repository:
jef-systems/jef-store-backendTable:
jef-store-cart-itemsSchema path:
dynamodb/jef-store-cart-items/schema.jsonCommit:
ef122d835b3e5d3dc87da703e938f5411e2112c6Generated at:
2026-05-04T15:54:25Z
Attributes¶
{
"cart_item_id": "string",
"cart_id": "string",
"entity_number": "string",
"product_number": "string",
"sku": "string",
"product_name": "string",
"unit_price": "number",
"quantity": "number",
"stock_quantity_snapshot": "number",
"line_total": "number",
"is_selected": "boolean",
"is_active": "boolean",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"idempotency_key": "string",
"schema_version": "number",
"version": "number"
}
Main Index¶
{
"pk": "cart_item_id"
}
Raw Schema¶
{
"table": "jef-store-cart-items",
"attributes": {
"cart_item_id": "string",
"cart_id": "string",
"entity_number": "string",
"product_number": "string",
"sku": "string",
"product_name": "string",
"unit_price": "number",
"quantity": "number",
"stock_quantity_snapshot": "number",
"line_total": "number",
"is_selected": "boolean",
"is_active": "boolean",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"idempotency_key": "string",
"schema_version": "number",
"version": "number"
},
"main_index": {
"pk": "cart_item_id"
},
"gsi_1": {
"gsi_1_pk": "cart_id",
"gsi_1_sk": "product_number"
}
}