Newer Version Available
ConnectApi.FulfillmentGroupInputRepresentation
A list of OrderItemSummaries to be fulfilled together, and the
fulfillment location to 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 |
| referenceId | String | Reference to this input for use in troubleshooting failures. This value is only used by the APIs for creating fulfillment orders for multiple order delivery group summaries. | Optional | 50.0 |