retrieveShippingProfile - Fulfillment Module Reference
This documentation provides a reference to the retrieveShippingProfile
method. This belongs to the Fulfillment Module.
This method retrieves a shipping profile by its ID.
Example
A simple example that retrieves a shipping profile by its ID:
To specify relations that should be retrieved:
Parameters
id
stringRequiredThe ID of the shipping profile.
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 retrieved shipping profile.
Was this section helpful?