Hi, the API documentation has a small error.
--> POST
https://api.brickowl.com/v1/order/process--> Mark the order as processed and send the customer an e-mail
Invoking this actually marks the order shipped, not processed. We have need to use the API for both "processed" (when we have packed and applied postage) and "shipped" (when the mail is picked up) separately.
Please correct order/process to make status = "processed" and create new API method order/ship to make status "shipped".
Thanks.
Comments