Method: accounts.customers.orders.patch
Stay organized with collections
Save and categorize content based on your preferences.
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
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-12-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]