Schema to update an order.
| Field | Type | Required | Description |
|---|---|---|---|
billing_name |
OptionalNullable[str] | ➖ | The name of the customer that should appear on the invoice. |
billing_address |
OptionalNullable[models.AddressInput] | ➖ | The address of the customer that should appear on the invoice. Country and state fields cannot be updated. |