Newer Version Available
ConnectApi.FulfillmentOrderInputRepresentation
An OrderDeliveryGroupSummary that defines a delivery method and
recipient, and a list of fulfillment groups to assign to FulfillmentOrders. Each fulfillment
group is a set of OrderItemSummaries that match the OrderDeliveryGroupSummary and share the
same fulfillment location. The method creates a FulfillmentOrder for each fulfillment group
and a FulfillmentOrderLineItem for each OrderItemSummary.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| fulfillmentGroups | List<ConnectApi.FulfillmentGroupInputRepresentation> | List of fulfillment groups that specify the OrderItemSummaries and fulfillment locations. | Required | 48.0 |
| orderDeliveryGroupSummaryId | String | ID of the OrderDeliveryGroupSummary. | Required | 48.0 |
| orderSummaryId | String | ID of the OrderSummary. | Required | 48.0 |