Skip to main content

Update an order

Use this endpoint to update an existing order. Only the reference ID can be updated. Reference IDs are what shows up in your Merchant Dashboard for the orders and can be used to link your internal system and Sezzle.

Endpoint

PATCH https://gateway.sezzle.com/v2/order/{order_uuid}

Properties

Update Order Object

ParameterRequiredTypeDescription
reference_idtruestringYour reference ID for this order

Examples

Request

{
"reference_id": "ord_9876"
}

There is no response body for this request. If successful, we return an HTTP 204 Status No Content.