App Introduction
Eliminate picking and packing errors by creating picklists and scanning orders with your mobile device. Your products will be listed on the screen, allowing you to easily pick, pack, and fulfill orders via a browser, the Shopify Mobile App, or the Shopify POS App. Pick items by tapping on-screen buttons, or scan barcodes using your phone’s camera or a handheld scanner. Streamline picking by grouping and sorting picklists by product location, product type, vendor, order, title, or custom metafields. You can share your picklists or print them to manually pick and pack orders.
Core Functionality
- View/sort unfulfilled orders and filter by payment type, tag, or location.
- Group and sort by product type, vendor, title, order number, or product location.
- Mark items as picked directly in our app, either manually or via barcode scanning.
- Print packing slips with barcodes or separate packing lists for each order.
- Display product cartons or locations via metafields.
Merchant-Friendly
- Cross-border E-commerce Merchants
- Independent Store Sellers
- Multi-category E-commerce
- Offline & Online Merchants
Basic Information
- Developer:BR Data Solutions
- Address:12 Railway Station Road, 1st Floor, Gudiyatham, TN, 632602, IN
- Price: Free / Free plan
- Rating:3.2 / 5
- Comment Count:29 comment
- Release Date:2021-8-2
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Advanced
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/orders.json?fulfillment_status=unfulfilled
- GET /admin/api/orders.json?payment_method=credit_card
- GET /admin/api/orders.json?tags=gift&location_id=123
Permission:read_orders,read_fulfillments,read_payment_methods
- GET /admin/api/products.json?type=electronics
- GET /admin/api/products.json?supplier=abc_supplier
- GET /admin/api/products.json?order=title_asc
Permission:read_products,read_inventory,read_locations
- POST /admin/api/fulfillment_events.json
- PUT /admin/api/fulfillment_events/{id}.json
- GET /admin/api/fulfillment_events.json
Permission:write_fulfillments,read_fulfillments,manage_inventory
- GET /admin/api/orders/{id}/fulfillments/{fid}/packing_slip.json
- GET /admin/api/orders/{id}/fulfillments/{fid}/packing_slip.pdf
- GET /admin/api/orders/{id}/fulfillments/{fid}/tracking.json
Permission:read_orders,read_fulfillments,read_shipping
- GET /admin/api/products/{id}/metafields.json
- POST /admin/api/products/{id}/metafields.json
- PUT /admin/api/products/{id}/metafields/{mid}.json
Permission:read_products,write_products,read_inventory