spree-data-model
Installation
SKILL.md
Spree Data Model
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/core-concepts/architecture for the current model graph.
- Fetch https://spreecommerce.org/docs/developer/core-concepts/orders for the Order/LineItem/Payment/Shipment graph and state.
- Fetch https://spreecommerce.org/docs/developer/core-concepts/metafields for Metafield (v5+).
- Fetch https://spreecommerce.org/docs/use-case/multi-store/model for
StoreandMarket. - Inspect the live
spreegem source on GitHub for current column names — Spree adds columns between minors.