Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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
fulfilledFrom​LocationId 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
orderItem​Summaries List<ConnectApi.​OrderItem​SummaryInput​Representation> 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