spree-shipping-fulfillment
Installation
SKILL.md
Spree Shipping & Fulfillment
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/core-concepts/architecture (shipping section) for the current model graph.
- Inspect
Spree::Stock::EstimatorandSpree::Stock::Splitterin the livespreegem source. - Check the live
Spree::ShippingMethodsource for column names and associations. - For carrier integrations, search community gems (
spree-active-shipping,spree-ups,spree-fedex) — verify which are maintained for v5. - Check release notes for any shipping-related changes (Markets in v5.4 affect shipping availability per region).