You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/models/_dispatches.html.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Dispatches
2
2
3
-
Dispatches represent items being fulfilled
3
+
A dispatch represents items on an order being fulfilled
4
4
5
5
## The Dispatch Object
6
6
@@ -242,7 +242,9 @@ curl -X POST "https://api.orderspace.com/v1/dispatches" \
242
242
}
243
243
```
244
244
245
-
Create a dispatch. This will mark the order lines as dispatched and reduce the stock on hand representing the items leaving your warehouse. The status of the related order will change to <code>fulfilled</code> if all items on the order have been dispatched. A dispatch confirmation email will be sent to the customer if this setting is enabled
245
+
Create a dispatch. This will mark the order lines as dispatched and reduce the stock on hand representing the items leaving your warehouse. The status of the related order will change to <code>fulfilled</code> if all items on the order have been dispatched. A dispatch confirmation email will be sent to the customer if this setting is enabled.
246
+
247
+
Many of the fields on the dispatch object are read only and can not be set when a dispatch is created. See the example for the fields that can be set. All other fields come from the order and are for reference only.
0 commit comments