App Introduction
Calculate taxes for partial refunds and view or download PDF reports. Calculate taxes for custom refunds. Suppose a customer has a complaint about a product—you let them keep the item and issue a refund less than 100% of the product price. If you refund 50% of the product price, Shopify won’t calculate taxes on the refund. This app will. Daily, weekly, or monthly PDF reports can be automatically sent to your email. This app only supports stores with a single tax setting. If you ship to different tax jurisdictions, the calculated taxes will be incorrect.
Core Functionality
- Install the app, let it scan your orders, and you're ready to go!
- Generate reports for a selected time range.
- Reports include transactions, refunds, and taxes.
- Order amount, refunds, gross sales, taxes, net sales, and payment methods.
- Calculate taxes for partial refunds.
Merchant-Friendly
- Independent Station Merchants
- E-commerce Sellers
- Cross-border E-commerce
- Multi-category E-commerce
Basic Information
- Developer:Kalis Media
- Address:Warszawska 70, NIP: 6591509223, Miechów, 32-200, PL
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2019-1-11
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
标准
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/apps/{app_id}/install.json
- GET /admin/api/orders.json?limit=250
- POST /admin/api/webhooks.json
Permission:read_orders,write_orders,manage_apps
- GET /admin/api/reports.json?created_at_min={start}&created_at_max={end}
- POST /admin/api/reports.json
- GET /admin/api/reports/{report_id}.json
Permission:read_reports,read_orders,read_transactions
- GET /admin/api/reports.json?type=financial
- GET /admin/api/transactions.json?status=any
- GET /admin/api/refunds.json?limit=250
Permission:read_reports,read_transactions,read_refunds
- GET /admin/api/reports.json?metrics=amount,refund,sales,tax,payment
- GET /admin/api/orders.json?fields=total_amount,refunded_amount,tax_amount
- GET /admin/api/payment_gateways.json
Permission:read_reports,read_orders,read_payment_gateways
- POST /admin/api/orders/{order_id}/refunds.json
- GET /admin/api/orders/{order_id}/refunds/{refund_id}.json
- GET /admin/api/orders/{order_id}/taxes.json
Permission:write_refunds,read_refunds,read_orders