Method: accounts.languages.productCertifications.patch
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
認定資格とプロダクトを関連付けるプロダクトの認定資格を更新(または allow_missing = true の場合は作成)します。
このメソッドは、認証機関のみが呼び出すことができます。
HTTP リクエスト
PATCH https://manufacturers.googleapis.com/v1/{productCertification.name=accounts/*/languages/*/productCertifications/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
productCertification.name |
string
必須。商品認証の固有名識別子の形式: accounts/{account}/languages/{language_code}/productCertifications/{id}。id は一意の識別子、language_code は https://support.google.com/merchants/answer/160637 に記載されている、ショッピングでサポートされている言語の 2 文字の ISO 639-1 コードです。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
省略可。aip.dev/134 に従って更新するフィールドのリスト。ただし、現時点では完全なアップデートのみがサポートされています。そのため、無視するか、「*」に設定してもかまいません。それ以外の値を設定すると、UNIMPLEMENTED エラーが返されます。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
リクエストの本文
リクエストの本文には ProductCertification
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には ProductCertification
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/manufacturercenter
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-09 UTC。
[[["わかりやすい","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-07-09 UTC。"],[[["Updates a product certification linking certifications with products, accessible only by certification bodies."],["Utilizes an HTTP PATCH request with the format `PATCH https://manufacturers.googleapis.com/v1/{productCertification.name=accounts/*/languages/*/productCertifications/*}`."],["Requires a request body containing a `ProductCertification` instance for updating."],["Needs authorization with the `https://www.googleapis.com/auth/manufacturercenter` scope."],["Returns the updated `ProductCertification` instance in the response body upon successful completion."]]],[]]