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