Use this system if you have a web server and want orders received through your store delivered to you in real time over the Internet.
You must specify a URL (starting with https: if you wish to receive the full order information) and a format. We recommend the Yahoo! or XML formats, which are very easy to parse with a simple CGI script. The system also supports the OBI (Open Buying on the Internet) standard for transferring orders. Note: If you deliver order to a non-secure web server (not https) credit card numbers will be masked to ensure data security.
An order in the Yahoo! Format consists of key-value pairs, delivered in an HTTP POST request to the specified URL. Example keys are Ship-Name, Card-Number, and Item-Description-1. See the full documentation and example CGI script for details.
The Real-Time Delivery XML option uses the same XML format as the order-notification XML email that you can select in the Email section of your Store Manager.
In this case, however, only one order will be sent. Learn more about our XML format here: Exporting Orders as XML.
The OBI/1.1 protocol is documented in the Open Buying specification. Orders and catalog requests are delivered as OBI Orders (not order requests) to the URLs you specify.
To set up real-time delivery of orders
Once the link has been added to your Store Manager, you can configure your settings.
To configure real-time delivery:
https://www.myname.com/cgi-bin/receive-yahoo-order.
The system will try to repost the order to your server every 15 minutes for up to 12 hours. If the posting fails, an error notification email will be sent to the email address entered in the Email field of the Order System Settings page accessed by clicking the "Email" link in the Order Settings column.
Note: If you require firewall restrictions on access to your web server, add the IP ranges for real-time integrations.
We will add new keys to this format as required to support new features. Software at the receiving end should ignore unrecognized keys.