latestOpenAPI 3.1.02026-08-141866831.1 MB

77e4ef94fcc3

orders
public

Update Order

Update an order.

Scopes: orders:write

patch/v1/orders/{id}

Path parameters

idstring uuid4 required

The order ID.

The order ID.

Request body

billing_namestring nullable

The name of the customer that should appear on the invoice.

Example request

{
  "billing_address": {
    "country": "US"
  }
}

Response

Successful Response

Order required— unresolved $ref