updateAddresses - Order Module Reference
This documentation provides a reference to the updateAddresses
method. This belongs to the Order Module.
updateAddresses(data, sharedContext?): Promise<OrderAddressDTO[]>
This method updates existing {return type}(s).
Example
Parameters
The attributes to update in the order address.
Returns
The updated {return type}(s).
updateAddresses(data, sharedContext?): Promise<OrderAddressDTO>
This method updates existing {return type}(s).
Example
Parameters
The attributes to update in the order address.
Returns
The updated {return type}(s).
Was this section helpful?