Create a list of voided line items

Creates a list of voided line items for an order.

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

Merchant identifier.

string
required

Order identifier.

Body Params
lineItem
object

The line item that was voided

merchant
object
string

Why was the line item voided

removedBy
object

Employee who voided the item

approvedBy
object

Optional. Employee who approved deletion of line item in case current employee does not have the permission

string

Indicates if the line item was deleted as part of order delete or a single item delete.

device
object

Optional. Device used to void the line item

createdBy
object

Employee who created the order from which the line item was voided

int64

Timestamp of when this line item was deleted

string

Which environment was this recorded in

string
enum

What event on the client removed this? Was it because of moving a table? Or was it plain old deleting a line item?

Allowed:
Headers
string
required

Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <product> / <product-version> <comment>

Response
200

Successful response. List of voided line items created.

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