App Introduction
Automatically validate and add Early Bird as a shipping method in your store based on zip codes. With this app, you can enable your customers to select Early Bird as a shipping option. When a customer enters a valid zip code that Early Bird services, the app will automatically display this shipping method. A real-time API call is sent to Early Bird to verify if the zip code is eligible for Early Bird delivery. If the zip code is valid, the shipping method will appear during checkout; if not, Early Bird will be hidden from the user.
Core Functionality
- Use Early Bird shipping for orders in your Shopify store
- Automatically validate based on your customers' postal codes
- Real-time API calls ensure an updated list of valid postal codes
Merchant-Friendly
- Time-limited Shipping Merchants
- Regional Shipping E-commerce
- High-efficiency Order Merchants
- Precision Shipping Independent Stores
Basic Information
- Developer:It's Ed
- Address:Lundåsvägen 10, Hallstavik, 76330, SE
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2023-8-2
- Supported languages:Swedish
- Compatible products:Shopify
Application Screenshot
Price Plan
Early Bird基础版
$19
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/orders/{order_id}/shipping_rates.json
- PUT /admin/api/orders/{order_id}/shipping_rates/{rate_id}.json
- GET /admin/api/orders/{order_id}/shipping_rates.json
Permission:write_orders,read_orders,manage_shipping
- POST /admin/api/customers/{customer_id}/addresses/{addr_id}/validate.json
- GET /admin/api/addresses/validate.json?zip={zip}&country={code}
- PUT /admin/api/customers/{customer_id}/addresses/{addr_id}.json
Permission:read_customers,write_customers,manage_addresses
- POST /admin/api/shipping/zones/{zone_id}/postal_codes.json
- PUT /admin/api/shipping/zones/{zone_id}/postal_codes/{code_id}.json
- DELETE /admin/api/shipping/zones/{zone_id}/postal_codes/{code_id}.json
Permission:manage_shipping,write_shipping,read_shipping