@gradientedge/commercetools-utils
    Preparing search index...

    Interface StagedOrderSetPurchaseOrderNumberAction

    Produces the PurchaseOrderNumberSet Message.

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "setPurchaseOrderNumber"
    purchaseOrderNumber?: string

    Value to set.