retrieve - Order Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the Order Module.
This method retrieves a {return type} by its ID.
Example
Parameters
orderId
stringRequiredThe order's ID.
config
FindConfig<OrderDTO>The configurations determining how the order is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a order.
config
FindConfig<OrderDTO>select
or relations
, accept the
attributes or relations associated with a order.Returns
The retrieved {return type}(s).
Was this section helpful?