यह ग्राहक के खाते की सेटिंग को अपडेट करता है. यह तरीका, पैच सिमेंटिक्स के साथ काम करता है.
रीसेलर एपीआई के ज़रिए customerType को अपडेट नहीं किया जा सकता. हालांकि, "team" का ग्राहक अपने डोमेन की पुष्टि करके, customerType = "domain" बन सकता है.
यह ग्राहक का प्राइमरी डोमेन नेम या ग्राहक का यूनीक आइडेंटिफ़ायर हो सकता है. अगर किसी ग्राहक का डोमेन नेम बदल जाता है, तो खरीदार को ऐक्सेस करने के लिए पुराने डोमेन नेम का इस्तेमाल नहीं किया जा सकता. हालांकि, ग्राहक के यूनीक आइडेंटिफ़ायर (एपीआई की मदद से लौटाए गए) का इस्तेमाल हमेशा किया जा सकता है. हमारा सुझाव है कि जहां लागू हो वहां अपने सिस्टम में यूनीक आइडेंटिफ़ायर को सेव करें.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया."],[[["Updates a customer account's settings using patch semantics, allowing for partial modifications."],["To identify the customer, use either their primary domain or unique identifier in the request URL."],["The request and response bodies utilize the `Customer` resource for data exchange."],["Requires `https://www.googleapis.com/auth/apps.order` OAuth scope for authorization."],["While customerType cannot be directly updated via the API, 'team' customers can become 'domain' type by verifying their domain."]]],[]]