FulfillmentGroup
| Field | Type | Required | Description |
|---|---|---|---|
id |
number |
||
fulfillmentMethod |
FulfillmentMethod | yes | one of: directShip, BOPIS, ROPIS |
fulfillmentLocationCode |
string |
||
shipToAddressSequenceIndex |
number |
||
fulfillments |
array[SOFulfillment] | yes |
Example
Section titled “Example”{ "id": 648, "fulfillmentMethod": "ROPIS", "fulfillmentLocationCode": "string", "shipToAddressSequenceIndex": 0, "fulfillments": [ {} ]}
