Contains the instructions about the fulfillment like where should it be fulfilled from.

Export

FulfillmentInstruction

interface FulfillmentInstruction {
    FulfillmentSupplySourceId?: string;
}

Properties

FulfillmentSupplySourceId?: string

Denotes the recommended sourceId where the order should be fulfilled from.

Memberof

FulfillmentInstruction