v1
latestOpenAPI 3.0.12026-07-242871595.3 MBORDERS
Get all line items for an order
Returns all line items for an order.
get/v3/merchants/{mId}/orders/{orderId}/line_items
Path parameters
mIdstring required
Merchant Id
orderIdstring required
Order Id
Query parameters
expandstring
Expandable fields: [employee, orderType, discounts, modifications, taxRates, payments]
Headers
User-Agentstring required
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Response
Example response
{
"refund": {
"cardTransaction": {
"last4": "1234"
}
}
}