e‑LogiT Order Transfer System
by AppScoped · Category: Third-Party Logistics (3PL)
Free Plan
Built for Shopify
App Introduction
Automatically syncs orders received in your store with our Warehouse Management System (WMS). After warehouse operations are completed, shipping status and delivery information will be reflected in your store. This app syncs orders received in your store with our WMS. Based on the registered orders, we perform a series of operations from picking to packing. Orders that have been shipped will be returned to your store and marked as shipped. This entire process is automated to reduce the workload for our clients.
Core Functionality
- Automatically syncs orders with the following statuses to WMS at a specified daily time. [Payment status: Paid] [Fulfillment status: Unshipped] [No 'processing' tag]
- Orders synced to WMS will have the 'processing' tag added. If order corrections are needed, removing 'processing' will trigger a re-sync.
- Orders marked as shipped by the warehouse will be set to 'Shipped' in WMS and sync back to the store at the specified time.
- Shipped orders will update to the following statuses: [Fulfillment status: Shipped] [Change 'processing' tag to 'shipped'] [Add carrier name tag]
- Tracking numbers will also be updated, allowing you to check delivery status on the carrier's website.
Merchant-Friendly
- Cross-border E-commerce Merchants
- Multi-channel Retailers
- Self-warehousing Merchants
- Drop-shipping Merchants
Basic Information
- Developer:株式会社イー・ロジット
- Address:matsue1-6-22, edogawa-ku, JP-13, 1320025, JP
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2023-3-2
- Supported languages:Japanese
- Compatible products:Shopify
Application Screenshot
Price Plan
Free
Free Plan
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/orders.json?financial_status=paid&fulfillment_status=unshipped&tags=!processing
- POST /admin/api/orders/{order_id}/tags.json
- GET /admin/api/orders/{order_id}.json
Permission:read_orders,write_orders,manage_fulfillments
- PUT /admin/api/orders/{order_id}.json
- GET /admin/api/orders/{order_id}/tags.json
- DELETE /admin/api/orders/{order_id}/tags.json
Permission:write_orders,read_orders,manage_fulfillments
- GET /admin/api/fulfillments.json?status=shipped
- POST /admin/api/orders/{order_id}/fulfillments/{fulfillment_id}/tracking.json
- PUT /admin/api/orders/{order_id}.json
Permission:read_fulfillments,write_orders,manage_fulfillments
- PUT /admin/api/orders/{order_id}/fulfillment_status.json
- POST /admin/api/orders/{order_id}/tags.json
- PUT /admin/api/orders/{order_id}/tracking.json
Permission:write_orders,manage_fulfillments,read_orders