Fulfillment Group Input

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.
Root XML tag
<fulfillmentGroup>
JSON example
1{  
2  "fulfilledFromLocationId":"131xx00000000W0001",
3  "fulfillmentType":"warehouse",
4  "orderItemSummaries":[  
5    {  
6      "orderItemSummaryId":"10uxx00000000W0001",
7      "quantity":3
8    },
9    {  
10      "orderItemSummaryId":"10uxx00000000W0002",
11      "quantity":1
12    }
13  ]
14}
Properties
Name 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 Order Item Summary Input[] 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