This web service allows you update the status of an order from NEW ORDER to ORDER DOWNLOADED or to any other status. You also have the option of passing in order tracking details.
Pass the following parameters into the web service UpdateOrderStatus:
Parameter |
Type |
Comments |
Login |
String |
The login for your batch user account |
Password |
String |
The password for your batch user account |
OrderID |
Guid |
The unique ID for the order |
FromStatusID |
Guid |
The current status of the order – when called for the first time for an order, this should be set to “NewOrder” status of f3d75ee4-7dd5-428e-964c-19252f283c31 |
ToStatusID |
Guid |
The status that you want to change to – this should be: · The “OrderDownloaded” status of EAB0ED46-686F-4B57-8F16-124B03714F16 · OR the “OrderDispatched” status of 07266FFE-E61A-41A8-8422-FBD9608431AC · OR the “OrderCompleted” status of 9aeb2f77-f1e2-4548-a7c8-a009e75a0f0f · OR the “Ready for Collection” status of A8CD5F25-D1D3-4DCC-80AA-39022DCF1556 · OR the “OrderCancelled” status of 49260a83-3e17-434e-add1-ed9a6c86485e if you decide to cancel the order |
OrderTrackingReference |
String (Max 250 chars) |
OPTIONAL: If your courier has a tracking reference, you can enter it here. |
OrderStatusMessage |
String (Max 250 chars) |
OPTIONAL: If you want to enter a status message on top of the ORDER STATUS TITLE above, enter it here (e.g. “Your order has been delayed by 2 weeks due to stock not currently being available”) |
Comments
0 comments
Please sign in to leave a comment.