App Introduction
An app that lets you export purchasing and marketing data in CSV format—including items that can’t be output with the default export function—for diverse metrics like order-level, product-level, and more. Built for merchants with needs like: *“I want to export my store’s data as a CSV”*, *“I need to analyze my store’s performance in greater detail”*, *“I want to import Shopify data into another tool”*, or *“I want to analyze data by customer information”*. It simplifies exporting a wide range of data (including fields unavailable via Shopify’s default export) and helps you leverage that data for multi-faceted store analysis.
Core Functionality
- Support output for metafield items and Cart Attributes
- Choose to export purchase data either by order or by product
- Enable CSV export and direct file delivery to specified email addresses
- Customize the names of output items
- Also include export targets such as desired delivery date/time items obtained via &d's 'Delivery Time Specification.amp'
Merchant-Friendly
- Independent Station Merchants
- Cross-border E-commerce Sellers
- Omnichannel E-commerce Sellers
- Multi-category E-commerce
Basic Information
- Developer:&d
- Address:中町1丁目4番2号, 町田市, JP-13, 1940021, JP
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2020-12-9
- Supported languages:Japanese
- Compatible products:Shopify
Application Screenshot
Price Plan
Free plan
- ・15 items available
- ・6 templates available for registration
- ・Only output within the default set period is possible
Pro plan
- ・Ability to send CSV data to a specified email address
- ・40 items available
- ・30 templates can be registered
- ・Optional output for a specified period
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/orders.json?fields=metafields
- GET /admin/api/products.json?fields=metafields
- GET /admin/api/customers.json?fields=metafields
Permission:read_orders,read_products,read_customers
- GET /admin/api/orders.json?scope=order
- GET /admin/api/orders.json?scope=line_item
- GET /admin/api/reports.json?scope=order
Permission:read_orders,read_reports
- POST /admin/api/reports.json?export=csv
- POST /admin/api/orders/export.json
- POST /admin/api/reports/send.json
Permission:write_reports,read_orders,manage_settings
- PUT /admin/api/reports/{id}.json?rename_fields
- POST /admin/api/metafields.json?rename_label
- PUT /admin/api/orders/export_settings.json
Permission:write_reports,write_orders,manage_settings
- GET /admin/api/orders.json?fields=delivery_date
- GET /admin/api/reports.json?fields=delivery_window
- GET /admin/api/orders/{id}.json?fields=shipping_date
Permission:read_orders,read_reports