From 6f69ea8c521446e23a414c3fc238e265c8b64273 Mon Sep 17 00:00:00 2001 From: Ben Stull Date: Mon, 1 Jun 2026 18:46:26 +0000 Subject: [PATCH] Propose: Cart & Order On-behalf-of: Ben Stull --- rfcs/cart-order.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rfcs/cart-order.md diff --git a/rfcs/cart-order.md b/rfcs/cart-order.md new file mode 100644 index 0000000..09dc2bf --- /dev/null +++ b/rfcs/cart-order.md @@ -0,0 +1,19 @@ +--- +slug: cart-order +title: Cart & Order +state: super-draft +id: null +repo: null +proposed_by: ben.stull@wiggleverse.org +proposed_at: '2026-06-01' +graduated_at: null +graduated_by: null +owners: +- ben.stull +arbiters: [] +tags: +- commerce +--- + +An order is commonly modeled as the end of a conversion funnel; in OHM it is a mutual commitment between a buyer and a seller. This RFC defines Cart and Order as that commitment — what each party is promising the other — rather than as a metric to be maximized. It serves Relationality and grounds fulfillment, refunds, and disputes. +