App Introduction
Easily export order information with a specified period! For merchants who want to aggregate monthly sales using **"shipped" order information** for a designated month: The standard order management export feature allows filtering by "shipped" but *cannot specify a time period*. With this app, you can export **"shipped" order information filtered by your chosen period**. Simply select the time period—our intuitive, straightforward UI makes it easy to use for monthly sales aggregation! Plus, the exported CSV format matches the standard export feature’s format, so you won’t need to drastically change your existing sales aggregation workflow! ※ The extracted order information CSV file is **only sent via email attachment** and is *not stored* on the app’s server.
Core Functionality
- Specify time periods, select dates for filtering, and enjoy an intuitive, simple UI!
- Export orders by specifying a period (e.g., order date, shipping date) within one month!
- Process exported order information into CSV format and send it to the specified email address
Merchant-Friendly
- Cross-border E-commerce Merchants
- Single-category E-commerce
- Independent Station Sellers
- Small and Medium E-commerce Stores
Basic Information
- Developer:コマースメディア株式会社 CommerceMedia.Inc.
- Address:南大塚3-44-11, フサカビル 6階, 豊島区, JP-13, 170-0005, JP
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2023-1-4
- Supported languages:Japanese
- Compatible products:Shopify
Application Screenshot
Price Plan
Basic
- Export Order Information
- Send Email
- Specify Export Period
- Date Filters (e.g., Shipping Date, Order Date)
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/orders.json?created_at_min={start}&created_at_max={end}
- GET /admin/api/orders.json?fulfilled_at_min={start}&fulfilled_at_max={end}
- POST /admin/api/orders/export.json
Permission:read_orders,export_orders,manage_orders
- POST /admin/api/emails.json
- POST /admin/api/orders/export.json?format=csv
- GET /admin/api/orders/export/{job_id}.json
Permission:send_mail,export_orders,read_orders
- GET /admin/api/orders.json?created_at_min={start1}&created_at_max={end1}
- GET /admin/api/orders.json?fulfilled_at_min={start2}&fulfilled_at_max={end2}
- POST /admin/api/orders/export.json?filters=date_range
Permission:read_orders,export_orders,manage_orders