Interface CartSetShippingAddressCustomTypeAction

interface CartSetShippingAddressCustomTypeAction {
    action: "setShippingAddressCustomType";
    fields?: FieldContainer;
    type?: TypeResourceIdentifier;
}

Properties

Properties

action: "setShippingAddressCustomType"

Sets the Custom Fields fields for the shippingAddress.

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

Generated using TypeDoc