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