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