App Introduction
This app helps merchants quickly push orders to shipping portals and simplify tracking number management. What sets this app apart is its ability to accelerate merchants’ order processing speed, enabling them to handle higher order volumes—making it especially suitable for merchants managing 20 to 30 orders per day. We’ve optimized the efficiency of tracking label generation and order processing to ensure seamless coordination with shipping carriers.
Core Functionality
- Users must verify with a captcha before creating an account
- Merchants must create shipping labels using our app
- Merchants can print shipping labels after creating an order
- Merchants can track shipping labels after creating an order
- Merchants can cancel shipping labels and move them to unfulfilled orders
Merchant-Friendly
- Independent Station Merchants
- E-commerce Retail Merchants
- Cross-border E-commerce Merchants
- Multi-channel E-commerce Merchants
Basic Information
- Developer:ORIO
- Address:D-63/1, Block-4, Gulshan-e-Iqbal, Karachi, Pakistan, karachi, 75300, PK
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2024-4-9
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
免费
免费安装
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/customers/verify_captcha.json
- GET /admin/api/captcha_settings.json
- PUT /admin/api/captcha_settings.json
Permission:read_customers,write_customers,manage_shop
- POST /admin/api/fulfillments.json
- GET /admin/api/orders/{order_id}/fulfillments.json
- PUT /admin/api/fulfillments/{fulfillment_id}.json
Permission:write_fulfillments,read_fulfillments,manage_orders
- GET /admin/api/fulfillments/{fulfillment_id}/print.json
- POST /admin/api/fulfillments/{fulfillment_id}/print_request.json
- GET /admin/api/orders/{order_id}/fulfillments/printable.json
Permission:read_fulfillments,manage_orders,read_orders
- GET /admin/api/fulfillments/{fulfillment_id}/tracking.json
- PUT /admin/api/fulfillments/{fulfillment_id}/tracking.json
- GET /admin/api/orders/{order_id}/fulfillments/tracking.json
Permission:read_fulfillments,manage_orders,read_orders
- DELETE /admin/api/fulfillments/{fulfillment_id}.json
- PUT /admin/api/fulfillments/{fulfillment_id}/cancel.json
- GET /admin/api/orders/{order_id}/fulfillments/unfulfilled.json
Permission:write_fulfillments,read_fulfillments,manage_orders