listAndCountShippingProfiles - Fulfillment Module Reference
This documentation provides a reference to the listAndCountShippingProfiles
method. This belongs to the Fulfillment Module.
This method retrieves a paginated list of shipping profiles along with the total count of available shipping profiles satisfying the provided filters.
Example
To retrieve a list of shipping profiles using their IDs:
To specify relations that should be retrieved within the shipping profile:
By default, only the first 15
records are retrieved. You can control pagination by specifying the skip
and take
properties of the config
parameter:
Parameters
The filters to apply on the retrieved shipping profiles.
config
FindConfig<ShippingProfileDTO>The configurations determining how the shipping profile is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a shipping profile.
config
FindConfig<ShippingProfileDTO>select
or relations
, accept the
attributes or relations associated with a shipping profile.Returns
The list of shipping profiles along with their total count.
Was this section helpful?