App Introduction
Let customers edit order items and shipping information after purchase to reduce support requests. Codify Order Edit allows customers to update order items and shipping addresses before order fulfillment. Merchants can set edit time limits, restrict updates for specific products or orders, and choose to automatically issue refunds when order totals decrease. The app also provides basic analytics for order edits and enables customization of labels and text in the order update interface.
Core Functionality
- Allow customers to edit product variants, quantities, or remove items after purchase
- Select which shipping address fields customers can update
- Set a time limit for post-purchase order edits
- Control which products or orders are excluded from edits
- Customize widget labels and text on the thank-you page and order status page
Merchant-Friendly
- Apparel & Footwear Merchants
- 3C Electronics Merchants
- Home Goods Merchants
- Independent E-commerce Merchants
Basic Information
- Developer:Codify Infotech
- Address:C-2/513, Pragati IT park, Sudama Chowk road,, Mota Varachha, Surat, GJ, 394101, IN
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:7 comment
- Release Date:2024-3-7
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Standard
- Unlimited Order Edits After Purchase
- Edit Product Quantity and Variants
- Update Shipping Address
- Basic Order Edit Analytics
- Dedicated Chat and Email Support
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/orders/{order_id}/edit.json
- PUT /admin/api/orders/{order_id}/line_items/{line_item_id}.json
- DELETE /admin/api/orders/{order_id}/line_items/{line_item_id}.json
Permission:write_orders,read_orders,manage_products
- PUT /admin/api/orders/{order_id}/shipping_address.json
- GET /admin/api/orders/{order_id}/shipping_address.json
- POST /admin/api/orders/{order_id}/shipping_address/update.json
Permission:write_orders,read_orders,manage_shipping
- PUT /admin/api/orders/{order_id}/edit_settings.json
- GET /admin/api/orders/{order_id}/edit_settings.json
- POST /admin/api/orders/batch/edit_time_limit.json
Permission:write_orders,read_orders,manage_store_settings
- PUT /admin/api/orders/{order_id}/edit_exclusions.json
- GET /admin/api/orders/{order_id}/edit_exclusions.json
- POST /admin/api/products/{product_id}/edit_exclusion.json
Permission:write_orders,read_orders,manage_products
- PUT /admin/api/themes/{theme_id}/settings.json
- GET /admin/api/themes/{theme_id}/settings.json
- POST /admin/api/orders/status_page/widgets.json
Permission:write_themes,read_themes,manage_orders