App Introduction
Batch delete orders, archive orders, cancel orders, and print invoices/packing slips. Effortlessly manage orders Easily manage your Shopify orders with batch delete, batch archive, batch cancel, batch remove duplicate orders, and batch delete fraudulent orders. Print invoices and packing slips directly from your dashboard to streamline your workflow. Save time, reduce clutter, and boost efficiency with an intuitive interface designed for seamless order management. Whether you need to clean up old orders, draft orders, or print/download invoices, this app ensures a smooth and hassle-free experience.
Core Functionality
- Bulk delete, archive, and cancel orders in filtered results
- Bulk delete and complete draft orders in filtered results
- Print or download PDF invoices/packing slips
- Search orders/draft orders by date, customer, and more custom filters!
- Bulk delete fake orders, fraudulent orders, and duplicate orders using advanced filters!
Merchant-Friendly
- Independent Station Merchants
- Cross-border E-commerce Sellers
- Multi-category E-commerce
- High-volume Order Merchants
- Anti-fraud Merchants
Basic Information
- Developer:Sezerium
- Address:Burgemeester van de stadstraat, Zaandam, 1501sj, NL
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:8 comment
- Release Date:2024-5-28
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Free Plan
- 50 Bulk Order/Draft Order Management Limit
- 10 Times of Printing/Downloading Invoices and Packing Slips
- Custom Order Search and Order Display
- Bulk Delete/Cancel/Archive Orders
- Bulk Delete/Complete/Invoice Draft Orders
- Delete Fake Orders and Spam Orders
- Delete Duplicate Orders
- Real-time Job Tracking and Report Download
Basic Plan
- 10,000 Bulk Manage Orders/Draft Orders
- 500 Print/Download Invoices and Packing Slips
- Export Filtered Results to CSV Format
Standard Plan
- 100,00 Bulk Management of Orders/Draft Orders
- 5,00 Prints/Downloads of Invoices and Packing Slips
- Export Filtered Results to CSV Format
Advanced Plan
- 500,00 Bulk Order/Draft Order Management
- 50,00 Invoices and Packing Slips Printed/Downloaded
- Export Filtered Results to CSV Format
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/orders/bulk_actions.json
- GET /admin/api/orders.json?status=any&query={filter}
- DELETE /admin/api/orders/{order_id}.json
Permission:write_orders,read_orders,delete_orders
- POST /admin/api/orders/bulk_actions.json
- GET /admin/api/orders.json?status=open&query={filter}
- PUT /admin/api/orders/{order_id}/archive.json
Permission:write_orders,read_orders,manage_orders
- POST /admin/api/orders/bulk_actions.json
- GET /admin/api/orders.json?status=open&query={filter}
- PUT /admin/api/orders/{order_id}/cancel.json
Permission:write_orders,read_orders,manage_orders
- POST /admin/api/draft_orders/bulk_actions.json
- GET /admin/api/draft_orders.json?query={filter}
- DELETE /admin/api/draft_orders/{id}.json
Permission:write_draft_orders,read_draft_orders,delete_draft_orders
- POST /admin/api/draft_orders/bulk_actions.json
- GET /admin/api/draft_orders.json?query={filter}
- PUT /admin/api/draft_orders/{id}/complete.json
Permission:write_draft_orders,read_draft_orders,manage_draft_orders
- GET /admin/api/orders/{id}/invoice.json
- GET /admin/api/orders/{id}/packing_slip.json
- POST /admin/api/orders/{id}/print.json
Permission:read_orders,manage_orders,read_invoices
- GET /admin/api/orders.json?query={filter}
- GET /admin/api/draft_orders.json?query={filter}
- GET /admin/api/orders.json?created_at_min={date}
Permission:read_orders,read_draft_orders,manage_orders
- POST /admin/api/orders/bulk_actions.json
- GET /admin/api/orders.json?query={fake_filter}
- DELETE /admin/api/orders/{id}.json
Permission:write_orders,read_orders,delete_orders