interface StagedOrderSetLineItemPriceAction {
    action: "setLineItemPrice";
    externalPrice?: _Money;
    lineItemId: string;
}

Properties

action: "setLineItemPrice"
externalPrice?: _Money

Draft type that stores amounts only in cent precision for the specified currency.

lineItemId: string

Generated using TypeDoc