Newer Version Available
ConnectApi.FulfillmentGroupInputRepresentation
A list of OrderItemSummaries to be fulfilled together, and the
fulfillment location that will handle them. The fulfillment type is one of the values defined
for the Type field on the FulfillmentOrder object, such as “Warehouse” or “Retail Store.” The
specified type is assigned to the FulfillmentOrder for this fulfillment
group.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| fulfilledFromLocationId | String | ID of the fulfillment location. | Required | 48.0 |
| fulfillmentType | String | Fulfillment type. One of the Type field values defined for FulfillmentOrders. | Required | 48.0 |
| orderItemSummaries | List<ConnectApi.OrderItemSummaryInputRepresentation> | List of OrderItemSummaries. | Required | 48.0 |