Skip to content

PostFulfillmentGroup

Field Type Required Description
fulfillmentMethod FulfillmentMethod yes one of: directShip, BOPIS, ROPIS
fulfillmentLocationCode string
shipToAddressSequenceIndex number
fulfillments array[CreateFulfillment] yes
{
"fulfillmentMethod": "ROPIS",
"fulfillmentLocationCode": "string",
"shipToAddressSequenceIndex": 0,
"fulfillments": [
{
"carrier": "DHL",
"serviceLevel": "sameDay",
"tracking": "JJD000390007882823450",
"fulfillmentPackages": []
}
]
}