App Introduction
When placing an order, the billing address is fixed as the default address. This app is designed for merchants who don’t want Shopify’s default behavior to automatically update a customer’s default address to the shipping address. It triggers when an order is placed and updates the customer’s default address to the billing address. It uses customer information (such as addresses, names, and phone numbers) stored on Shopify’s servers—**the app does not store any information itself**. Customers can manually change their address or edit the default address.
Core Functionality
- Prevent the default address on orders from changing.
- Easy to use as it works as part of Flow's functionality.
- Safe to use as it does not store customer information.
Merchant-Friendly
- Merchants Needing Order Stability
- Merchants Focusing On Data Security
- Merchants Using Flow Automation
Basic Information
- Developer:Hirano
- Address:Nogata, JP-40, JP
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:3 comment
- Release Date:2023-12-19
- Supported languages:Japanese
- Compatible products:Shopify
Application Screenshot
Price Plan
月度计划
$10
User Location & Comments
User Location
Comments
Shopify API Used
- PUT /admin/api/orders/{order_id}.json
- GET /admin/api/orders/{order_id}.json
- POST /admin/api/flow/actions.json
Permission:write_orders,read_orders,manage_flow
- POST /admin/api/flow/triggers.json
- PUT /admin/api/flow/workflows/{id}.json
- GET /admin/api/flow/workflows.json
Permission:manage_flow,write_orders,read_orders
- POST /admin/api/orders/{order_id}/metafields.json
- GET /admin/api/orders/{order_id}/metafields.json
- PUT /admin/api/orders/{order_id}/metafields/{id}.json
Permission:write_orders,read_orders,manage_metafields