Query OrderItem
Retrieve a list of OrderItems with a complex or simple query.
Body
Multiple query options are supported. You can build a complex query filling out the advancedFilter
section. We also support "simple" queries which used by putting the key you want to filter by in the query
section along with the value you want it to filter for. E.g., nameFirst=John
will return all persons with a first name of John.
Complex filter configuration allowing for multiple conditions with AND/OR operators.
Set to true
to merge requested fields with default response, or false/omit to return only requested fields plus ID
.
Page number for pagination.
Number of items per page. Defaults to 500.
Array of field names to return in the response.
Field name to sort by.
Sort direction: ascending (asc) or descending (desc).
asc
, desc
Additional key-value pairs for simple filtering. Any field from the entity can be used as a filter key. E.g., field=value
will return all records where that field matches the specified value.
Response
Represents the unique identifier for the current status of an order item.
Represents the current status of an order item such as 'pending', 'shipped', 'delivered', etc.
Represents the organization associated with a particular order item.
Stores the first name of the person who placed the order.
Stores the last name of the individual who placed the order.
Stores the name of the product associated with each order item.
Timestamp of record creation.
Represents the unique identifier of the current status of an item in an order.
Unique identifier.
Indicates whether the order item can be changed or not.
Indicates the customer who placed the order for the item.
Represents the unique identifier for the organization associated with a specific order item.
Represents the unique identifier of the parent order item in the OrderItem table.
Represents the unique identifier of an order item associated with a passport.
Unique identifier for the individual who placed the order.
Unique identifier for the specific product associated with an order item.