App Introduction
This app lets customers update their shipping addresses on their own—no need to contact support. The **Address Edit Helper** app allows customers to easily update their order shipping addresses independently, without having to reach out to customer support and wait hours for a response. Customers may sometimes move to a new location or accidentally enter an incorrect address. This app makes it simple for them to update their shipping address from both the order status page and their account page, ensuring packages are delivered to their latest address.
Core Functionality
- Allow customers to update their order's shipping address independently
- Set a time limit (e.g., customers can only update addresses within 2 days after placing an order)
- Prevent shipping address modifications for specific products or orders with certain tags
Merchant-Friendly
- Independent Station Merchants
- Small & Medium E-commerce Sellers
- Cross-border E-commerce Merchants
- Multi-channel Retailers
Basic Information
- Developer:Yagi Software
- Address:CommonGround, Level 24, Menara Worldwide, 198, Jalan Bukit Bintang, Kuala Lumpur, KUL, 55100, MY
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:12 comment
- Release Date:2022-9-27
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
月度计划
$6
- Customers can edit order shipping addresses
- Email notifications when addresses are updated
- Set time limits for editing order addresses
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/orders/{order_id}/customer_addresses.json
- PUT /admin/api/orders/{order_id}/customer_addresses/{address_id}.json
- GET /admin/api/orders/{order_id}/customer_addresses.json
Permission:write_orders,read_orders,manage_orders
- POST /admin/api/orders/address_time_limit.json
- PUT /admin/api/orders/address_time_limit/{id}.json
- GET /admin/api/orders/address_time_limit.json
Permission:write_orders,read_orders,manage_settings
- POST /admin/api/orders/address_restrictions.json
- PUT /admin/api/orders/address_restrictions/{id}.json
- GET /admin/api/orders/address_restrictions.json
Permission:write_orders,read_orders,manage_products