Interface OrderSetDeliveryAddressCustomTypeAction

interface OrderSetDeliveryAddressCustomTypeAction {
    action: "setDeliveryAddressCustomType";
    deliveryId: string;
    fields?: FieldContainer;
    type?: TypeResourceIdentifier;
}

Properties

action: "setDeliveryAddressCustomType"
deliveryId: string

Sets the Custom Fields fields for the address in a Delivery.

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

Generated using TypeDoc