Typescript SDK Type Docs
    Preparing search index...

    Interface CartSetPurchaseOrderNumberAction

    Updates the purchaseOrderNumber field and produces the CartPurchaseOrderNumberSet Message.

    interface CartSetPurchaseOrderNumberAction {
        action: "setPurchaseOrderNumber";
        purchaseOrderNumber?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setPurchaseOrderNumber"
    purchaseOrderNumber?: string

    Value to set. If empty, any existing value is removed.