App Introduction
Easily view state-by-state sales reports. Report sales by state to calculate sales tax. "Report Sales by State" allows merchants to easily generate detailed sales reports for each U.S. state. This app features a user-friendly interface where merchants can quickly check the total sales and order count for every state. With this powerful data analytics app, merchants can focus on the states with greater potential to drive more sales and revenue. They can also estimate sales tax for each state.
Core Functionality
- Easily view sales snapshots for all US states.
- Easily sort by US states with the most order volume.
- Easily sort by US states with the highest sales revenue.
- Custom feature requests are welcome! Enjoy fast support within 1-2 hours, if not 24 hours.
Merchant-Friendly
- US Local Merchants
- Cross-border E-commerce Sellers
- Multi-state Operating Merchants
Basic Information
- Developer:Programmer Hat
- Address:7520 Hornwood Dr, 1305, Houston, TX, 77036, US
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2023-5-22
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Free
Free Plan
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/reports/orders.json?fields=shipping_address.state,total_sales
- GET /admin/api/orders/count.json?shipping_address.country=United+States
- GET /admin/api/reports/analytics.json?type=state_sales
Permission:read_orders,read_reports,read_analytics
- GET /admin/api/orders.json?shipping_address.country=United+States&sort=order_count
- GET /admin/api/reports/orders.json?group_by=shipping_address.state&sort=order_count
- GET /admin/api/orders/count.json?shipping_address.state={state}&country=United+States
Permission:read_orders,read_reports,read_analytics
- GET /admin/api/orders.json?shipping_address.country=United+States&sort=total_sales
- GET /admin/api/reports/orders.json?group_by=shipping_address.state&sort=total_sales
- GET /admin/api/reports/analytics.json?type=state_sales&sort=total_sales
Permission:read_orders,read_reports,read_analytics