PUT https://api.storenvy.com/v1/orders/:id/ship
Mark an item as "shipped" and automatically create a Fulfillment. You may optionally pass a list of items to add to the Fulfillment. If there are any items remaining unshipped, the status of the Order will say "Partially Shipped".
Optional Parameters
items |
An array of Order Item IDs that are included in this shipment. If no items are specified, all unfulfilled items will be included in the Fulfillment. |
notify_customer |
true or false. Sends an email to the customer notifying them that their order has shipped. Defaults to false. |
note_to_customer |
A message that is sent to the customer along with the "Your Order Has Shipped!" email. |