Contains the instructions about the fulfillment, such as the location from where you want the order filled.

FulfillmentInstruction

interface FulfillmentInstruction {
    FulfillmentSupplySourceId?: string;
}

Properties

FulfillmentSupplySourceId?: string

The sourceId of the location from where you want the order fulfilled.

FulfillmentInstruction