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