App Introduction
EasyBulkFulfill allows you to easily fulfill orders in bulk EasyBulkFulfill, a Shopify app, is a simple solution to fulfill line items for multiple orders at once. This can be done via the app’s interface or by uploading a CSV file. If you have a large number of orders to fulfill, it can save you a significant amount of time: simply export your orders, edit the line item quantities, and upload the CSV.
Core Functionality
- Update fulfillment
- Filter orders by order name, customer name, order tags, date, etc.
- Fulfill multiple line items across multiple orders via the app interface
- Fulfill multiple line items across multiple orders via CSV upload
Merchant-Friendly
- E-commerce Independent Station Merchants
- Cross-border Merchants with Multiple Orders
- Wholesale E-commerce Merchants
- Multi-category Retail Merchants
Basic Information
- Developer:Anncode Solutions
- Address:EPIP Zone, Whitefield, Bangalore, KA, 560066, IN
- Price: Free / Free plan
- Rating:3.7 / 5
- Comment Count:3 comment
- Release Date:2018-9-26
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
基础计划
$3.99
- Update Fulfillment
- Export Pending Orders
- Import Fulfillments via CSV Upload
- Bulk Generate Packing Slips
- Partial Fulfillment
专业计划
$7.99
- Update Fulfillment
- Export Pending Orders
- Import Fulfillments via CSV Upload
- Bulk Generate Packing Slips
- Partial Fulfillment
高级计划
$12.99
- Update Fulfillment
- Export Pending Orders
- Import Fulfillments via CSV Upload
- Bulk Generate Packing Slips
- Partial Fulfillment
Shopify Plus
$19.99
- Update Fulfillment
- Export Pending Orders
- Import Fulfillments via CSV Upload
- Bulk Generate Packing Slips
- Partial Fulfillment
User Location & Comments
User Location
Comments
Shopify API Used
- PUT /admin/api/fulfillments/{fulfillment_id}.json
- POST /admin/api/orders/{order_id}/fulfillments/{fulfillment_id}/complete.json
- PUT /admin/api/orders/{order_id}/fulfillments/{fulfillment_id}/tracking.json
Permission:write_fulfillments,read_orders,manage_orders
- GET /admin/api/orders.json?status=any&name={name}
- GET /admin/api/orders.json?customer={customer_id}
- GET /admin/api/orders.json?tags={tag}&created_at_min={date}
Permission:read_orders,view_orders,manage_orders
- POST /admin/api/orders/{order_id}/fulfillments.json
- POST /admin/api/fulfillments/bulk.json
- PUT /admin/api/fulfillments/bulk/{batch_id}/complete.json
Permission:write_fulfillments,manage_orders,write_orders
- POST /admin/api/fulfillments/upload.json
- GET /admin/api/fulfillments/upload/{job_id}.json
- PUT /admin/api/fulfillments/upload/{job_id}/process.json
Permission:write_fulfillments,manage_orders,read_orders