App Introduction
Exportify lets you export your order data in the exact file format, type, and layout you need. Exportify saves you time by formatting your order data into the file types you require—no need to work within your store’s admin backend. Common use cases include Excel or any delimited text format for use in other systems like accounting, product customization, or order management. Exportify can read and extract any custom fields from your orders into separate fields. This is widely used in customization apps that collect customer input via order note attributes or line item properties.
Core Functionality
- Create custom Excel, XML, or delimited text formats
- Export orders individually or in bulk
- Allow exporting fields missing from default order exports (e.g., line item properties)
- Export any fields from the Orders API and select fields from the Products/Customers APIs
- Boost productivity by eliminating daily spreadsheet reformatting
Merchant-Friendly
- Independent Station Merchants
- Cross-border E-commerce
- Order-intensive Merchants
- Multi-category E-commerce
Basic Information
- Developer:Often Software Limited
- Address:2585 Connaught Avenue, Halifax, NS, B3L2Z5, CA
- Price: Free / Free plan
- Rating:4.3 / 5
- Comment Count:51 comment
- Release Date:2016-3-14
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Standard
- 1 Custom Export File Configuration
- Line Item Attributes and Cart Attributes
- Calculated Fields, Constants
- XLSX, CSV, TXT, XML
- Free Expert Setup
Advanced
- Includes all standard plan features
- Schedule 1 export per day via email
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/export_jobs.json
- GET /admin/api/export_jobs/{job_id}.json
- PUT /admin/api/export_jobs/{job_id}.json
Permission:write_export_jobs,read_export_jobs,read_orders
- POST /admin/api/orders/export.json
- GET /admin/api/orders/export/{export_id}.json
- DELETE /admin/api/orders/export/{export_id}.json
Permission:read_orders,read_export_jobs,write_export_jobs
- POST /admin/api/export_jobs.json?include_line_items=true
- GET /admin/api/export_jobs/{job_id}/fields.json
- PUT /admin/api/export_jobs/{job_id}/fields.json
Permission:read_orders,read_products,read_customers,write_export_jobs
- POST /admin/api/export_jobs.json?include_products=true
- POST /admin/api/export_jobs.json?include_customers=true
- GET /admin/api/export_jobs/{job_id}/included_fields.json
Permission:read_orders,read_products,read_customers,write_export_jobs