Skip to content

FulfillmentGroup

Field Type Required Description
id number
fulfillmentMethod FulfillmentMethod yes one of: directShip, BOPIS, ROPIS
fulfillmentLocationCode string
shipToAddressSequenceIndex number
fulfillments array[SOFulfillment] yes
{
"id": 648,
"fulfillmentMethod": "ROPIS",
"fulfillmentLocationCode": "string",
"shipToAddressSequenceIndex": 0,
"fulfillments": [
{}
]
}