Orderbot
Fields for the Incoming Orderbot transport
Action - The type of web request the transport is to make.
ORDERS - Pulls the Orders from the Orderbot system.
PRODUCTS - Pulls the Products from the Orderbot system.
CUSTOMERS - Pulls the Customer information from the Orderbot system.
Username - The username to the Orderbot system.
Password - The password to the Orderbot system.
Status To Check - The status of the item(s) you would like to pull from Orderbot (see below for the list of statuses).
Days To Check - The number of days to check for changes and new items.
Free Form Query - A custom query string to be used in the web requests when making requests to the Orderbot system.
Fields for the Outgoing Orderbot transport
Action - The type of web request the transport is to make
CREATE_ORDER - Creates an order in the Orderbot system.
UPDATE_ORDER - Updates an order in the Orderbot system.
Username - The username to the Orderbot system.
Password - The password to the Orderbot system.
Order Statuses:
unconfirmed - A newly-received order.
back_order - A child order or an order containing out of stock product.
confirmed - Order has been acknowledged.
to_be_shipped - Order is ready to fulfill and is awaiting shipping.
quote - Pre-order status, cannot process payment until status is changed.
unshipped - Order is being processed or has been reverse-shipped.
shipped - Order is shipped, delivered, or fully processed.
do_not_ship - Should not ship this order.
Order Update
<?xml version="1.0" encoding="UTF-8"?>
<order_update>
<distribution_center_id>1</distribution_center_id>
<internal_notes>The robots must never learn of our secret resistance parties.</internal_notes>
<order_notes>I for one welcome our new robot overlords.</order_notes>
<order_status>to_be_shipped</order_status>
<payments />
<ship_date>2015-09-26T00:00:00</ship_date>
<shipping_total>10.0</shipping_total>
<tracking_numbers>
<element>
<cost>10</cost>
<tracking_number>3333333</tracking_number>
<weight>5</weight>
</element>
</tracking_numbers>
</order_update>