Create parcel group
Creates a new parcel group.
| Request Body — REQUIRED Options for the new parcel group. |
|---|
OrderIds int32[]The order ids contained in this parcel group. Required. |
OrderRowIds int32[]Limits which order rows are included for each order defined in OrderIds. Use this to create partial deliveries. |
MarkAsDelivered booleanSet to true to automatically mark orders as delivered upon creation of the parcel group. |
SendDeliveryEmail booleanSet to true to automatically send delivery email upon creation of the parcel group. |
SignalCapturesCreated booleanSet to true to create captures and automatically signal capture events upon creation of the parcel group. |
| Responses | ||||
|---|---|---|---|---|
200The id of the created parcel group.
| ||||
400Bad request.
|