Interface StagedOrderImportCustomLineItemStateAction

interface StagedOrderImportCustomLineItemStateAction {
    action: "importCustomLineItemState";
    customLineItemId: string;
    state: ItemState[];
}

Properties

action: "importCustomLineItemState"
customLineItemId: string
state: ItemState[]

Generated using TypeDoc