Method: accounts.customers.orders.patch

Updates existing customer [Order]. An order update can involve options like: - update payment plan. - updating renewal settings. - updating seat counts for seat based subscriptions.

This api does not support updating offerId. Please use orders.create to place order with updated offerId.

An order update is a long running operation and results in updates to entitlements as a result of fulfillment.

HTTP request

PATCH https://channel.googleapis.com/v1/{name=accounts/*/customers/*/orders/*}

The URL uses Google API HTTP annotation syntax.

Path parameters

Parameters
name

string

The name of the order to update.

Query parameters

Parameters
updateMask

string (FieldMask format)

The update mask that applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

A comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Order.

Response body

If successful, the response body contains an instance of Operation.

Try it!