[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["\u003cp\u003eThis document outlines the process for updating an existing Customer resource via a PATCH request to the Google Cloud Channel API.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the customer's resource name in the URL path, following the format: \u003ccode\u003eaccounts/*/channelPartnerLinks/*/customers/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request supports optional query parameters, including \u003ccode\u003ename\u003c/code\u003e (deprecated) and \u003ccode\u003eupdateMask\u003c/code\u003e, for refining the update process.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include the updated Customer resource information, while the successful response returns the updated Customer resource.\u003c/p\u003e\n"],["\u003cp\u003eThe operation requires OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.channelPartnerLinks.customers.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates an existing [Customer](/channel/docs/reference/rest/v1alpha1/accounts.customers#Customer) resource for the reseller or distributor.\n\nPossible error codes:\n\n- PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request.\n- INVALID_ARGUMENT: Required request parameters are missing or invalid.\n- NOT_FOUND: No [Customer](/channel/docs/reference/rest/v1alpha1/accounts.customers#Customer) resource found for the name in the request.\n\nReturn value: The updated [Customer](/channel/docs/reference/rest/v1alpha1/accounts.customers#Customer) resource.\n\n### HTTP request\n\n`PATCH https://cloudchannel.googleapis.com/v1alpha1/{customer.name=accounts/*/channelPartnerLinks/*/customers/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Customer](/channel/docs/reference/rest/v1alpha1/accounts.customers#Customer).\n\n### Response body\n\nIf successful, the response body contains an instance of [Customer](/channel/docs/reference/rest/v1alpha1/accounts.customers#Customer).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]