Method: accounts.languages.productCertifications.patch
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Sertifikaları ürünlere bağlayan bir ürün sertifikasını günceller (veya allow_missing = true ise oluşturur).
Bu yöntem yalnızca sertifika kuruluşları tarafından çağrılabilir.
HTTP isteği
PATCH https://manufacturers.googleapis.com/v1/{productCertification.name=accounts/*/languages/*/productCertifications/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
productCertification.name |
string
Zorunlu. Bir ürün sertifikası biçiminin benzersiz ad tanımlayıcısı: accounts/{account}/languages/{language_code}/productCertifications/{id}. Burada id , https://support.google.com/merchants/answer/160637 adresine göre Alışveriş tarafından desteklenen dilin 2 harfli ISO 639-1 kodudur. Buradaki id benzersiz bir tanımlayıcıdır.language_code
|
Sorgu parametreleri
Parametreler |
updateMask |
string (FieldMask format)
İsteğe bağlı. aip.dev/134'e göre güncellenecek alanların listesi. Ancak şu anda yalnızca tam güncelleme desteklenmektedir. Bu nedenle söz konusu değer yoksayılabilir veya "*" olarak ayarlanabilir. Başka değerler ayarlamak UNIMPLEMENTED hatası döndürür. Bu, tam nitelikli alan adlarının virgülle ayrılmış bir listesidir. Örnek: "user.displayName,photo" .
|
İstek içeriği
İstek metni, ProductCertification
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, ProductCertification
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/manufacturercenter
Daha fazla bilgi için OAuth 2.0 Overview (OAuth 2.0'a Genel Bakış) sayfasına göz atın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-07-09 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]