Update order
PATCH
/orders/{orderId}Update an existing order
Parameters
orderIdpathrequiredOrder ID
Request Body
customerIdstringNew customer ID
customerNotesstringUpdated customer notes
internalNotesstringUpdated internal notes
metadataobjectUpdated metadata (merged with existing)
extendExpirybooleanExtend the order expiry time
type*"ticket" | "product" | "addon" | "fee" | "tax" | "discount"Type of line item
name*stringLine item name
descriptionstringLine item description
unitPrice*integerUnit price in integer minor units (e.g. 2500 = £25.00)
quantityintegerQuantity (defaults to 1)
ticketDetailsobjectTicket-specific details
productDetailsobjectProduct-specific details
feeDetailsobjectFee-specific details
metadataobjectCustom metadata
itemId*stringLine item ID
removeItemsstring[]Line item IDs to remove
Response
Order updated successfully
Code Samples
No code examples available for this operation.