shopify-admin-revenue-by-location-report

Generate a Shopify revenue-by-location report from shipped order data.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-revenue-by-location-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-revenue-by-location-report
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/finance/shopify-admin-revenue-by-location-report
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-revenue-by-location-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates guesswork in multi-warehouse Shopify reporting by attributing order revenue to the fulfillment location that shipped each order.

Core Features & Use Cases

  • Revenue attribution by location (read-only): Aggregates revenue using fulfillment assignment rather than customer shipping address.
  • Multi-location P&L support: Produces a warehouse/fulfillment-center performance breakdown to inform staffing and capacity planning.
  • Exports for analysis: Outputs a CSV (and supports JSON formatting) for downstream finance dashboards and comparisons across periods.

Quick Start

Use the shopify-admin-revenue-by-location-report skill for the last 30 days to generate a revenue_by_location CSV broken down by fulfillment location.

Frequently Asked Questions about shopify-admin-revenue-by-location-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Shopify revenue report by fulfillment location?

To generate a Shopify revenue report by fulfillment location, you can use a skill that executes read-only GraphQL queries to attribute shipped order revenue to each fulfillment location, outputting a CSV with location IDs, revenue totals, and share percentages.

What is the difference between revenue by fulfillment location and revenue by shipping address?

Revenue by fulfillment location attributes order revenue to the warehouse or fulfillment center that shipped the order, whereas revenue by shipping address attributes it to the customer's destination, making location-based reporting better for operational throughput insights.

Can I use Shopify Admin GraphQL to track multi-warehouse P&L?

Yes, you can query Shopify Admin GraphQL for orders and fulfillmentOrders to track multi-warehouse P&L by aggregating shipped order revenue and generating period-over-period comparisons for each fulfillment location.

Does the revenue by location report support CSV export and JSON formatting?

Yes, the revenue by location report supports both CSV export and JSON formatting, allowing you to integrate the location performance data into downstream finance dashboards or perform further period-over-period analysis.

How do I pull Shopify location data for the last 30 days for staffing and capacity planning?

You can pull Shopify location data for the last 30 days by specifying a days_back parameter in the GraphQL query, which aggregates total revenue and order counts per fulfillment location to inform staffing and capacity planning.