I am trying to figure out how to achieve the following via the Magento REST API:
- Create a shipment (to fulfill an order's line items)
- Void a shipment
- Add or update the order notes
Can you confirm if this can be done and/or how to do this?
See here for info:http://www.magentocommerce.com/api/rest/introduction.html
As you can see there is no support via REST for shipment processing, and you can only view order comments, not change.