Thank you for your feedback
You can connect your store to your own real-time tax and shipping calculation systems. Note: The Real-Time Links feature is only available in Merchant Standard and Professional plans.
When a customer is about to place an order in your store, the system will call CGI scripts which you specify. The available information about the order (which will include shipping address and the list of items) will be sent to the CGI scripts in the Merchant Solutions order format. The scripts should return a numeric value in the HTTPS response headers: Tax-Charge or Shipping-Charge. Please note that tax calculation will be performed before shipping calculation.
If the script returns HTTPS headers Tax-Error or Shipping-Error, the value of this field will be displayed in an error message to the customer. For instance, if you return Shipping-Error: Cannot Ship UPS to Guam, the customer will be notified and will have to choose another shipping method. Please see below for important notes about the information your script should extract.
Your scripts should be designed to extract required information, and only return errors for required keys when information is not available, or is invalid. Software on the receiving end should be set up to ignore unrecognized keys.
Here's an example script which you can modify. We will add new keys to this format as required to support new features.
Note: If you require firewall restrictions on access to your web server, add the IP ranges for real-time integrations.
Note: If you utilize a real-time script for taxes, you'll see this message in the Manage Taxes page:
Similarly, if you utilize a real-time script for shipping, you'll see this message in the Shipping Rates page in Shipping Manager: