7. Async Orders
Get line item details for a specific Async Order.
get/asyncOrders/customers/{customerIdentifier}/accounts/{accountIdentifier}/{externalRefID}/lineItems
Path parameters
customerIdentifierstring required
specify the customer to be queried
accountIdentifierstring required
specify the account to be queried.
externalRefIDstring required
External Reference ID for a specific async order
Query parameters
prevCursorstring
Specify previous cursor to return (optional).
nextCursorstring
Specify next cursor to return (optional).
maxResultsinteger
Specify the max results to return (optional).
externalRefLineItemIDsstring[]
Specify the externalRefLineItemIDs to be queried. A maximum of 50 externalRefLineItemIDs can be provided
referenceLineItemIDsstring[]
Specify the referenceLineItemIDs to be queried. A maximum of 50 referenceLineItemIDs can be provided
failedOnlyboolean
Specify true to return only failed line items
Response
OK