GET api/v1/transaction/lineitem?transDateAfter={transDateAfter}&transDateBefore={transDateBefore}&location={location}&shipStatus={shipStatus}&prodCode={prodCode}&summaryOnly={summaryOnly}&limit={limit}&offset={offset}
Find Transaction Line Item by filter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| transDateAfter |
Transaction date of the line item |
date |
None. |
| transDateBefore |
Transaction date of the line item |
date |
None. |
| location |
Find line items for a specific location |
string |
None. |
| shipStatus |
Of a particular status: PendingShip, Shipped, Unshippable, Package, StopLabel, Backordered, Canceled |
string |
None. |
| prodCode |
Find line items for a specific product code |
string |
None. |
| summaryOnly |
Return results in summary for the entire transaction |
boolean |
Default value is False |
| limit |
Number of records to return (from 1 to 100) |
integer |
Default value is 50 |
| offset |
Offset by number of records |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.