Format
@pasar6987/shopify-orders
Shopify orders, refunds, abandonment, and fulfillment semantic model
Native (downloadable) · Latest 0.1.0 published Mar 3, 2026 · 3 datasets / 5 measures in the latest preview · Updated Mar 11, 2026
Snapshot
Registry facts before deep inspection
Format, origin, ownership, and release context surface first so the package can be qualified quickly.
Latest release
Origin
Installability
Domain
Source
Owner
@pasar6987Organization
Repository
License
Visibility
Tags
Schema preview
Model preview
Structure before documentation
Preview the package footprint first, then open the dedicated explorer if you need field-level inspection.
README
Package narrative and examples
Use documentation after the package qualifies on source, preview, and installability.
@pasar6987/shopify-orders
Shopify semantic package for order, refund, abandonment, and fulfillment analytics.
Included datasets
ordersfromshopify.Orderfulfillmentsfromshopify.FulfillmentabandonedCheckoutsfromshopify.AbandonedCheckout
Metrics
gmv:SUM(orders.currentTotalPriceAmount)aov:SUM(orders.currentTotalPriceAmount) / NULLIF(COUNT(DISTINCT orders.id), 0)refundRate:SUM(orders.totalRefundedAmount) / NULLIF(SUM(orders.currentTotalPriceAmount), 0)cartAbandonmentRate:SUM(CASE WHEN abandonedCheckouts.completedAt IS NULL THEN 1 ELSE 0 END) / NULLIF(COUNT(*), 0)fulfillmentTimeHours: average order-to-delivery hours using delivered fulfillments only
Key dimensions
salesChannel(orders.sourceName)orderStatus(orders.displayFulfillmentStatus)discountCode(orders.discountCode)location(fulfillments.locationId)
Caveats
cartAbandonmentRaterequiresmanage_abandoned_checkoutsAPI access.- Without
read_all_orders, order history may be limited by Shopify default window. - Money values are modeled as shop currency amounts. Multi-currency normalization is out of scope.
- Fulfillment records with
deliveredAt IS NULLare excluded fromfulfillmentTimeHours.
Topology
Semantic graph
Use the graph last, once the package has already qualified on release state, preview, and documentation.
Semantic Graph
Datasets 0 / Measures 0 / Dimensions 0 / Relationships 0
Loading semantic graph...
