Loading...
Was this page helpful?
This documentation provides a reference to the retrieveOrderLineItem
method. This belongs to the Order Module.
This method retrieves a line item by its ID.
A simple example that retrieves an order change by its ID:
To specify relations that should be retrieved:
itemId
stringselect
or relations
, accept the
attributes or relations associated with a line item.Promise
Promise<OrderLineItemDTO>