PUT POS/Sales/Orders/{orderid}/Items Try Now

Add Items to Existing Order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderid
The orderid.
string
Required

Body Parameters

The items.

Collection of TakenItemRequest
NameDescriptionTypeAdditional information
ServiceFee
decimal number
None.
Discount
decimal number
None.
Tax
decimal number
None.
TicketGroupId
the ticket group identifier.
string
None.
Quantity
the quantity.
integer
None.
LowSeat
the low seat.
integer
None.
HighSeat
the high seat.
integer
None.
Seats
the seats.
Collection of integer
None.
UnitPrice
the sell price.
decimal number
None.
TicketNumber
the ticket number.
long
None.
Commission
the commission.
decimal number
None.
IsItemPredelivered
boolean
None.
EventName
the name of the event.
string
None.
EventId
the event identifier.
string
None.
Venue
the venue.
string
None.
VenueId
the venue identifier.
string
None.
EventDate
the event date.
date
None.
Section
the section.
string
None.
Row
the row.
string
None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ServiceFee": 1.0,
    "Discount": 2.0,
    "Tax": 3.0,
    "TicketGroupId": "",
    "Quantity": 5,
    "LowSeat": 6,
    "HighSeat": 7,
    "Seats": [
      1
    ],
    "UnitPrice": 8.0,
    "TicketNumber": 9,
    "Commission": 10.0,
    "IsItemPredelivered": true,
    "EventName": "",
    "EventId": "",
    "Venue": "",
    "VenueId": "",
    "EventDate": "2025-07-18T18:04",
    "Section": "",
    "Row": ""
  }
]

Response Information

Resource Description

NameDescriptionTypeAdditional information
OrderId
The order identifier.
string
None.
OrderNumber
The order number.
integer
None.
Zone
Zone
Zone
None.
CustomerId
Customer Id
string
None.
ShipTo
Ship To Contact
Contact
None.
BillTo
Bill To Contact
Contact
None.
ShipFrom
Ship From Address
SubscriberAddress
None.
OrderStatus
The order status.
InvoiceStatus
None.
ShippingStatus
The shipping status.
ShippingStatus
None.
PaymentStatus
The payment status.
PaymentStatus
None.
ExternalOrderNumber
The external order number.
string
None.
Items
The order items.
None.

Response Formats

application/json, text/json

Sample:

Sample not available.