This method takes order items in the payload and returns order information or nothing
Input
- Type=APIAddToOrder
- Payload (JSON encoded)
Reference - order reference to have items added to
OrderItems - HashString
Output
- Reference (only if the order is found)
- TotalCost (only if the order is found)
- Errors
Example
Payload Data
{"Reference":"ABC123"}
Response
{"OrderItemCount":"1","TotalCost":"100.00","Errors":[]}