PostSimplifiedFulfillmentOrder
| Field | Type | Required | Description |
|---|---|---|---|
fulfillmentMethod |
string |
yes | |
fulfillmentLocationCode |
string |
yes | |
lineItems |
array[object] |
yes |
Example
Section titled “Example”{ "fulfillmentMethod": "string", "fulfillmentLocationCode": "locationCode", "lineItems": [ { "salesOrderLineItemCode": "salesOrderLineItemCode", "quantity": 0 } ]}
