App Introduction
This app helps merchants push multiple orders to shipping portals to generate tracking numbers. What sets this app apart is that it enables our merchants to process orders faster—especially when they receive 20 to 30+ orders per day. We’ll help them track shipments and forward orders to carriers more efficiently and effectively.
Core Functionality
- 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 Merchants
Basic Information
- Developer:ORIO
- Address:D-63/1, Block-4, Gulshan-e-Iqbal, Karachi, Pakistan, karachi, 75300, PK
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2024-2-2
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
免费
免费安装
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/fulfillments/{fulfillment_id}/shipping_label.json
- POST /admin/api/orders/{order_id}/fulfillments/shipping_label.json
- GET /admin/api/orders/{order_id}/fulfillments/{fulfillment_id}/shipping_label.json
Permission:write_shipping_labels,read_shipping_labels,manage_fulfillments
- GET /admin/api/fulfillments/{fulfillment_id}/shipping_label.pdf
- GET /admin/api/orders/{order_id}/fulfillments/{fulfillment_id}/shipping_label.pdf
- POST /admin/api/fulfillments/{fulfillment_id}/shipping_label/print.json
Permission:read_shipping_labels,manage_fulfillments,read_orders
- GET /admin/api/fulfillments/{fulfillment_id}/tracking.json
- GET /admin/api/orders/{order_id}/fulfillments/{fulfillment_id}/tracking.json
- POST /admin/api/fulfillments/{fulfillment_id}/tracking/update.json
Permission:read_shipping_labels,read_fulfillments,read_orders
- DELETE /admin/api/fulfillments/{fulfillment_id}/shipping_label.json
- PUT /admin/api/fulfillments/{fulfillment_id}.json?status=cancelled
- POST /admin/api/orders/{order_id}/fulfillments/{fulfillment_id}/cancel.json
Permission:write_shipping_labels,manage_fulfillments,write_orders