List asset line items

Retrieves all asset line items for the given account(s).

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

The cart's unique identifier

Query Params
accountIds
array of strings

List of accounts

accountIds
string

Specify the sort order and a sort field separated by any of these characters: " ", ",", "(", ")", ";". Sort order is ascending by default

  • Sample input to sort by Quantity field in descending order: desc Quantity
  • Sample input to sort by Quantity field in ascending order: Quantity

filter
array of strings

Add conditional filters in standard URI format to narrow the search results.

filter
string

Specifies a logical expression to combine multiple filter conditions, use numbers to reference filter indexes (1-based) with logical operators (AND, OR). Example:

  • "1 AND 2" - Both first and second filters must be satisfied
  • "(1 OR 2) AND 3" - Either first or second filter must be satisfied, and third filter must be satisfied
  • Leave empty to apply all filters with AND logic by default

int32
Defaults to 1

Specify the page number

int32
Defaults to 25

Specify the number of records per page

boolean
Defaults to false

Indicates whether only a root-level bundle or standalone asset must be fetched.

string

Searches against product fields to filter assets.

boolean
Defaults to false

Indicates whether attribute must be fetched.

string

Indicates filters that should be applied only to root line items.

Ensure the fetchTopLevelBundlesOnly flag is set to true when passing a root filter.
If not provided, the API will automatically default it to true.

Responses
200

OK

204

No Content

500

Internal Server Error

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