Foundry research · Great Library of SISO

US small ecommerce merchants

Small merchants can test supervised coordination around orders, refunds, privacy requests and fulfillment exceptions. A workflow may prepare records, route evidence and surface exceptions, but payment/refund authority, privacy decisions, customer remedies and fulfillment release remain with authorized people and systems. Vendor and project pages show capability, not adoption, compliance or savings.

Research dated 2026-09-05. Business value remains unmeasured. Software descriptions are documented capabilities; each project must verify fit, rights and outcomes before adoption.

United States research pilot; merchant policies, platform permissions, consumer-protection obligations and applicable state/federal privacy rules require an authorized review.

What the evidence supports

NIST's Privacy Framework describes risk-based privacy management rather than an autonomous decision authority; Shopify's Admin API and Stripe's refund documentation expose controlled operations with account/payment context. Automation should therefore be measured as traceable task assistance with explicit review, not as permission to decide refunds, disclose data or release shipments.

[nist-privacy-framework] [shopify-refund-api] [stripe-refunds] [usps-shipping]

Processes to test

Order intake, status reconciliation and customer-service queue preparation

Normalize incoming order/status events, identify missing fields and draft a traceable queue; do not alter payment state, promise delivery, or make a customer remedy decision.

Measure
Human minutes per accepted reconciled order, including review/rework and exceptions; unresolved or incorrectly routed order states.
Reject the idea if
Reject if review/rework erases net effort reduction or a material order-state error reaches a customer communication or operational handoff.
Human authority
Named merchant operator owns customer communication, order corrections, promises and escalation decisions; platform remains system of record.

[shopify-fulfillment-api] [medusa-order-docs] [repo-medusa]

Refund request intake, evidence assembly and authorized execution handoff

Collect order/payment context, check policy fields and draft a refund recommendation or handoff; never independently approve, calculate a disputed remedy, capture funds or issue a refund.

Measure
Human minutes per correctly authorized refund handoff, including review/rework; unauthorized, duplicate or incorrect refund actions.
Reject the idea if
Reject if net review effort is not reduced or any refund/payment action lacks authenticated authority, policy evidence or required review.
Human authority
Authorized merchant/payment operator decides eligibility, amount and execution; payment provider and merchant policies remain authoritative.

[shopify-refund-api] [stripe-refunds]

Customer privacy request intake, identity/evidence routing and response preparation

Log request, route it to the authorized privacy owner and assemble system-held records; do not infer identity, legal scope, retention exception or disclosure decision.

Measure
Human minutes per accepted privacy-request packet, including review/rework; unresolved identity, scope or disclosure defects.
Reject the idea if
Reject if review does not reduce net effort or an unverified requester, unauthorized disclosure, retention error or missing audit trail survives.
Human authority
Named merchant privacy owner decides identity, scope, exemptions, retention and response; automation has no legal or professional authority.

[nist-privacy-framework]

Shipment status monitoring, exception triage and carrier/customer handoff

Reconcile fulfillment events, flag late/damaged/missing shipments and draft next-step queues; do not promise delivery, select a remedy or release inventory without authorization.

Measure
Human minutes per accepted exception resolution handoff, including review/rework; unresolved or incorrectly escalated fulfillment exceptions.
Reject the idea if
Reject if exceptions erase time reduction or a wrong carrier/order, unsupported delivery promise or unauthorized remedy reaches the customer.
Human authority
Merchant fulfillment lead and carrier/account authorities own shipment release, delivery promises and customer remedy decisions.

[shopify-fulfillment-api] [usps-shipping]

Existing software

Shopify Admin

Vendor documentation exposes order-administration, refund mutation and fulfillment objects for an authorized shop; these are operational interfaces, not evidence of merchant installation or outcomes.

Plan, transaction, app and operator costs are merchant-specific and unmeasured.

[shopify-refund-api] [shopify-fulfillment-api]

Medusa

Open-source commerce platform documentation describes commerce modules including products and orders; deployment can be used as a merchant-owned coordination component subject to integration and rights review.

Hosting, engineering, payment provider and operational support costs are merchant-specific and unmeasured.

[medusa-order-docs] [repo-medusa]

Reusable code candidates

medusajs/medusa

Commerce platform modules for catalog and order coordination, as described by upstream documentation and repository.

Possible reuse
Synchronize order state and draft exception queues; keep payment capture, refunds and fulfillment release behind allowlisted authenticated actions and human review.
Limits
Documentation does not prove connector correctness, idempotency, merchant authorization, privacy controls or production reliability.
Rights
Repository metadata and license must be reviewed for the intended edition and deployment; this record does not grant reuse rights.

[repo-medusa] [medusa-order-docs]

Revision: bda24b9725ac697ec5e8f706b503013e20babf12

saleor/saleor

GraphQL-first commerce core listed in the existing coverage inventory; relevant as an alternative order/catalog integration surface.

Possible reuse
Use only for read/prepare/reconcile flows until payment, refund, customer-data and fulfillment permissions are independently tested.
Limits
Candidate metadata and repository availability do not establish a supported merchant deployment, data-protection posture or outcome.
Rights
Upstream repository license and any hosted/enterprise terms require review before reuse; no license conclusion is made here.

[repo-saleor]

Revision: 0a11eb911e006199daa1352ff5b76a07214f43fa

vendurehq/vendure

Commerce framework repository listed in the existing inventory, potentially useful for order and fulfillment integration patterns.

Possible reuse
Prototype read-only reconciliation and exception routing; do not infer payment/refund or shipment authority from framework capability.
Limits
Repository evidence does not prove merchant fit, integration safety, privacy compliance or reliable fulfillment outcomes.
Rights
Upstream license and edition/extension terms require review before reuse.

[repo-vendure]

Revision: 523b57304c5850b86069de30a97b723a3f4da284

Business value and a falsifiable pilot

No merchant baseline, measured trial or cost evidence was collected; documentation only supports bounded hypotheses.

Matched pre/post or parallel-order pilot with allowlisted read/prepare workflows, named merchant approvers, audit logs and separate review of payment/refund, privacy and fulfillment authority.

  • net review/rework effort is not reduced
  • any unauthorized refund, disclosure, payment or shipment action occurs
  • critical order, privacy or fulfillment error survives review
  • audit trail or identity/permission evidence is incomplete
Read the shared value model

Limits

  • No merchant interviews, production access, installation counts, market share, pricing, realized savings or regulatory determination were collected.
  • Vendor and open-source documentation describes capability, not adoption, reliability, security, compliance or value.
  • Payment/refund, privacy and fulfillment decisions remain outside generic workflow authority and require merchant, provider or qualified human review.
  • The FTC pages checked for consumer-order and privacy guidance returned 403 to this environment and are not used as supporting evidence; no claim is inferred from that block.

Sources

  1. NIST Privacy Framework · National Institute of Standards and Technology

    Risk-management framework for privacy; does not determine a merchant's legal obligations or authorize automated disclosure decisions.

  2. refundCreate mutation · Shopify

    API capability and input shape; does not prove plan access, authorization, policy correctness or outcome.

  3. Fulfillment object · Shopify

    Fulfillment data model and status fields; does not prove carrier accuracy or merchant adoption.

  4. Refunds · Stripe

    Payment-provider refund mechanics and constraints; not a merchant policy or authorization decision.

  5. USPS shipping services · United States Postal Service

    Shipping service context; does not establish a merchant's carrier contract, delivery promise or exception outcome.

  6. Order module · Medusa

    Project capability documentation; no deployment, reliability, adoption or savings proof.

  7. medusajs/medusa · Medusa project

    Pinned repository view; rights, extensions, deployment and operational suitability require independent review.

  8. saleor/saleor · Saleor project

    Pinned repository view; capability and candidate inventory are not adoption, compliance or outcome evidence.

  9. vendurehq/vendure · Vendure project

    Pinned repository view; framework capability does not establish merchant fit or fulfillment authority.

Canonical source and machine access

Pinned Foundry source · Record JSON

SHA-256: 447aa0fb5b3c27dfb7448b91f7be9f983c110227419c23259e24d7c03d4e0b9d