Manufacturer Center API
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
API công khai để quản lý dữ liệu liên quan đến Manufacturer Center.
Dịch vụ: Manufacturer.googleapis.com
Để gọi dịch vụ này, bạn nên sử dụng thư viện ứng dụng do Google cung cấp. Nếu ứng dụng cần sử dụng thư viện của riêng bạn để gọi dịch vụ này, hãy sử dụng thông tin sau khi bạn yêu cầu API.
Tài liệu khám phá
Discovery Document (Tài liệu khám phá) là quy cách mà máy có thể đọc được để mô tả và sử dụng các API REST. Thư viện này được dùng để tạo thư viện ứng dụng, trình bổ trợ IDE và các công cụ khác tương tác với API của Google. Một dịch vụ có thể cung cấp nhiều tài liệu khám phá. Dịch vụ này cung cấp tài liệu khám phá sau:
Điểm cuối dịch vụ
Điểm cuối của dịch vụ là một URL cơ sở chỉ định địa chỉ mạng của một dịch vụ API. Một dịch vụ có thể có nhiều điểm cuối dịch vụ. Dịch vụ này có điểm cuối dịch vụ sau đây và tất cả các URI bên dưới đều liên quan đến điểm cuối dịch vụ này:
https://manufacturers.googleapis.com
Phương thức |
delete |
DELETE /v1/{name=accounts/*/languages/*/productCertifications/*}
Xoá giấy chứng nhận sản phẩm theo tên. |
get |
GET /v1/{name=accounts/*/languages/*/productCertifications/*}
Có giấy chứng nhận sản phẩm theo tên. |
list |
GET /v1/{parent=accounts/*/languages/*}/productCertifications
Liệt kê các giấy chứng nhận sản phẩm của một tổ chức chứng nhận đã chỉ định. |
patch |
PATCH /v1/{productCertification.name=accounts/*/languages/*/productCertifications/*}
Nội dung cập nhật (hoặc tạo nếu allow_missing = true) chứng nhận sản phẩm liên kết giấy chứng nhận với sản phẩm. |
Phương thức |
delete |
DELETE /v1/{parent=accounts/*}/products/{name}
Xoá sản phẩm khỏi tài khoản Manufacturer Center. |
get |
GET /v1/{parent=accounts/*}/products/{name}
Lấy sản phẩm từ tài khoản Manufacturer Center, bao gồm cả các vấn đề về sản phẩm. |
list |
GET /v1/{parent=accounts/*}/products
Liệt kê tất cả sản phẩm trong tài khoản Manufacturer Center. |
update |
PUT /v1/{parent=accounts/*}/products/{name}
Chèn hoặc cập nhật các thuộc tính của sản phẩm trong tài khoản Manufacturer Center. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-17 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]