Loading...
Was this page helpful?
This documentation provides a reference to the listOrderAddresses
method. This belongs to the Order Module.
This method retrieves a paginated list of addresses based on optional filters and configuration.
To retrieve a list of addresses using their IDs:
By default, only the first 15
records are retrieved. You can control pagination by specifying the skip
and take
properties of the config
parameter:
select
or relations
, accept the
attributes or relations associated with a order address.Promise
Promise<OrderAddressDTO[]>