Manufacturer Center API
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
API Publik untuk mengelola data terkait Manufacturer Center.
Layanan: manufacturers.googleapis.com
Untuk memanggil layanan ini, sebaiknya Anda menggunakan library klien yang disediakan Google. Jika aplikasi Anda perlu menggunakan library Anda sendiri untuk memanggil layanan ini, gunakan informasi berikut saat membuat permintaan API.
Dokumen discovery
Dokumen Discovery adalah spesifikasi yang dapat dibaca komputer untuk mendeskripsikan dan menggunakan REST API. Dokumen ini digunakan untuk membuat library klien, plugin IDE, dan alat lainnya yang berinteraksi dengan Google API. Satu layanan dapat menyediakan beberapa dokumen discovery. Layanan ini menyediakan dokumen discovery berikut:
Endpoint layanan
Endpoint layanan adalah URL dasar yang menentukan alamat jaringan layanan API. Satu layanan mungkin memiliki beberapa endpoint layanan. Layanan ini memiliki endpoint layanan berikut dan semua URI di bawah berhubungan dengan endpoint layanan ini:
https://manufacturers.googleapis.com
Metode |
delete |
DELETE /v1/{name=accounts/*/languages/*/productCertifications/*}
Menghapus sertifikasi produk berdasarkan namanya. |
get |
GET /v1/{name=accounts/*/languages/*/productCertifications/*}
Mendapatkan sertifikasi produk berdasarkan namanya. |
list |
GET /v1/{parent=accounts/*/languages/*}/productCertifications
Mencantumkan sertifikasi produk dari lembaga sertifikasi yang ditentukan. |
patch |
PATCH /v1/{productCertification.name=accounts/*/languages/*/productCertifications/*}
Memperbarui (atau membuat jika allow_missing = true) sertifikasi produk yang menautkan sertifikasi dengan produk. |
Metode |
delete |
DELETE /v1/{parent=accounts/*}/products/{name}
Menghapus produk dari akun Manufacturer Center. |
get |
GET /v1/{parent=accounts/*}/products/{name}
Mendapatkan produk dari akun Manufacturer Center, termasuk masalah produk. |
list |
GET /v1/{parent=accounts/*}/products
Mencantumkan semua produk di akun Manufacturer Center. |
update |
PUT /v1/{parent=accounts/*}/products/{name}
Menyisipkan atau memperbarui atribut produk di akun Manufacturer Center. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-08-17 UTC.
[null,null,["Terakhir diperbarui pada 2025-08-17 UTC."],[[["\u003cp\u003eThe Manufacturers API is a public REST API for managing Manufacturer Center data, providing programmatic access to product and certification information.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use Google-provided client libraries or their own libraries to interact with the API, using the provided discovery document and service endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe API enables management of product certifications, allowing for creation, retrieval, updates, and deletion of certifications linked to products.\u003c/p\u003e\n"],["\u003cp\u003eProducts within Manufacturer Center accounts can be managed through the API, including creation, retrieval, updates, and deletion, along with access to product issue details.\u003c/p\u003e\n"]]],[],null,["# Manufacturer Center API\n\nPublic API for managing Manufacturer Center related data.\n\n- [REST Resource: v1.accounts.languages.productCertifications](#v1.accounts.languages.productCertifications)\n- [REST Resource: v1.accounts.products](#v1.accounts.products)\n\nService: manufacturers.googleapis.com\n-------------------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://manufacturers.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://manufacturers.googleapis.com`\n\nREST Resource: [v1.accounts.languages.productCertifications](/manufacturers/reference/rest/v1/accounts.languages.productCertifications)\n---------------------------------------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|--------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [delete](/manufacturers/reference/rest/v1/accounts.languages.productCertifications/delete) | `DELETE /v1/{name=accounts/*/languages/*/productCertifications/*}` Deletes a product certification by its name. |\n| [get](/manufacturers/reference/rest/v1/accounts.languages.productCertifications/get) | `GET /v1/{name=accounts/*/languages/*/productCertifications/*}` Gets a product certification by its name. |\n| [list](/manufacturers/reference/rest/v1/accounts.languages.productCertifications/list) | `GET /v1/{parent=accounts/*/languages/*}/productCertifications` Lists product certifications from a specified certification body. |\n| [patch](/manufacturers/reference/rest/v1/accounts.languages.productCertifications/patch) | `PATCH /v1/{productCertification.name=accounts/*/languages/*/productCertifications/*}` Updates (or creates if allow_missing = true) a product certification which links certifications with products. |\n\nREST Resource: [v1.accounts.products](/manufacturers/reference/rest/v1/accounts.products)\n-----------------------------------------------------------------------------------------\n\n| Methods ||\n|---------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| [delete](/manufacturers/reference/rest/v1/accounts.products/delete) | `DELETE /v1/{parent=accounts/*}/products/{name}` Deletes the product from a Manufacturer Center account. |\n| [get](/manufacturers/reference/rest/v1/accounts.products/get) | `GET /v1/{parent=accounts/*}/products/{name}` Gets the product from a Manufacturer Center account, including product issues. |\n| [list](/manufacturers/reference/rest/v1/accounts.products/list) | `GET /v1/{parent=accounts/*}/products` Lists all the products in a Manufacturer Center account. |\n| [update](/manufacturers/reference/rest/v1/accounts.products/update) | `PUT /v1/{parent=accounts/*}/products/{name}` Inserts or updates the attributes of the product in a Manufacturer Center account. |"]]