Interface CartSetDeliveryAddressCustomTypeAction

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

Properties

action: "setDeliveryAddressCustomType"
deliveryId: string

id of the Delivery.

Sets the Custom Fields fields for the Delivery address.

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

Generated using TypeDoc