Interface OrderUpdateItemShippingAddressAction

interface OrderUpdateItemShippingAddressAction {
    action: "updateItemShippingAddress";
    address: _BaseAddress;
}

Properties

Properties

action: "updateItemShippingAddress"
address: _BaseAddress

Polymorphic base type that represents a postal address and contact details. Depending on the read or write action, it can be either Address or AddressDraft that only differ in the data type for the optional custom field.

Generated using TypeDoc