App Introduction
Get all incomplete orders and print them on one page. View products, customer addresses, and quantities for all incomplete orders on a single page. You can also filter by selecting a date range and print the results.
Core Functionality
- View all pending orders in one place
- Display product list and quantities for all pending orders
- Filter and print all pending orders by date
Merchant-Friendly
- Small and Medium E-commerce Merchants
- Foreign Trade Independent Stations
- Cross-border E-commerce Sellers
- Multi-channel Retailers
Basic Information
- Developer:Happify Apps
- Address:B 132, Gaur green avenue,Abhay Khand II, Indirapuram, Ghaziabad, UP, 201014, IN
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2021-5-14
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Basic Plan
$4.99
- We can view all incomplete orders.
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/orders.json?status=open
- GET /admin/api/orders/count.json?status=open
- GET /admin/api/orders/{order_id}.json?fields=line_items,created_at
Permission:read_orders,read_products,view_orders
- GET /admin/api/orders.json?status=open&fields=line_items
- GET /admin/api/orders/{order_id}/line_items.json
- GET /admin/api/orders.json?status=open&limit=250
Permission:read_orders,read_products,view_orders
- GET /admin/api/orders.json?status=open&created_at_min={date}
- GET /admin/api/orders.json?status=open&created_at_max={date}
- GET /admin/api/orders.json?status=open&created_at_between={start},{end}
Permission:read_orders,view_orders,print_orders