retrieveShippingOptionType - Fulfillment Module Reference
This documentation provides a reference to the retrieveShippingOptionType
method. This belongs to the Fulfillment Module.
This method retrieves a shipping option type by its ID.
Example
A simple example that retrieves a shipping option type by its ID:
To specify relations that should be retrieved:
Parameters
id
stringRequiredThe ID of the shipping option type.
config
FindConfig<ShippingOptionTypeDTO>The configurations determining how the shipping option type is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a shipping option type.
config
FindConfig<ShippingOptionTypeDTO>select
or relations
, accept the
attributes or relations associated with a shipping option type.Returns
The retrieved shipping option type.
Was this section helpful?