Retrieves all line items associated with a specific order.

Use this endpoint to view all products and services that have been added to an order.
Results are automatically sorted by item sequence number to maintain the order in which items were added.
You can filter, sort, and paginate the results to find specific line items.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the order containing the line items

Query Params
filter
array of strings

Optional conditions to filter which line items are returned (e.g., by product, status, or amount)

filter
string

Optional field name to sort the results by

int32
Defaults to 1

The page number to retrieve (starts at 1)

int32
Defaults to 50

The maximum number of line items to return per page (default is 50)

includes
array of strings

Optional related entities to include in the response (e.g., product details, pricing)

includes
field
array of strings

Optional comma-separated list of specific fields to include in the response

field
string

Optional advanced filter expression for complex queries

Responses
200

OK

204

No Content

500

Internal Server Error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!