App Introduction
API-Cathedis is designed for automatic order synchronization with the logistics company Cathedis. This app enables merchants to send orders directly to Cathedis’ system. Once a merchant initiates order fulfillment, Shopify’s webhook will be triggered to send the order details to Cathedis, facilitating the entire delivery process to customers. The app interface also allows you to retrieve all orders sent to Cathedis, print shipping labels and pickup slips, and integrate all functionalities within the app.
Core Functionality
- Order synchronization.
- Generate and print pickup slips.
- Print delivery notes.
Merchant-Friendly
- Cross-border E-commerce Merchants
- Offline Retail Integration Merchants
- Multi-channel Sales Merchants
Basic Information
- Developer:Konnectic
- Address:Residence Iden Park, Imm H, Appt 11, Mohammedia, 28830, MA
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2023-2-3
- Supported languages:French
- Compatible products:Shopify
Application Screenshot
Price Plan
Free
Free Plan
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/orders.json
- PUT /admin/api/orders/{order_id}.json
- GET /admin/api/orders/{order_id}.json
Permission:write_orders,read_orders,manage_orders
- POST /admin/api/orders/{order_id}/pickup_slip.json
- GET /admin/api/orders/{order_id}/pickup_slip.json
- PUT /admin/api/orders/{order_id}/pickup_slip.json
Permission:read_orders,write_orders,manage_shipping
- POST /admin/api/orders/{order_id}/delivery_note.json
- GET /admin/api/orders/{order_id}/delivery_note.json
- PUT /admin/api/orders/{order_id}/delivery_note.json
Permission:read_orders,write_orders,manage_shipping