Interface StagedOrderSetDeliveryCustomTypeAction

interface StagedOrderSetDeliveryCustomTypeAction {
    action: "setDeliveryCustomType";
    deliveryId: string;
    fields?: FieldContainer;
    type?: TypeResourceIdentifier;
}

Properties

action: "setDeliveryCustomType"
deliveryId: string

Sets the Custom Fields fields for the Delivery.

Defines the Type that extends the Delivery with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Delivery.

Generated using TypeDoc