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
Example request
{
"billing_address": {
"country": "US"
}
}Response
Successful Response
Order required— unresolved $ref