Manufacturer Center API

  • The Manufacturers API is a public REST API for managing Manufacturer Center data, providing programmatic access to product and certification information.

  • Developers can use Google-provided client libraries or their own libraries to interact with the API, using the provided discovery document and service endpoint.

  • The API enables management of product certifications, allowing for creation, retrieval, updates, and deletion of certifications linked to products.

  • Products within Manufacturer Center accounts can be managed through the API, including creation, retrieval, updates, and deletion, along with access to product issue details.

Public API for managing Manufacturer Center related data.

Service: manufacturers.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document 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:

Service endpoint

A 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:

  • https://manufacturers.googleapis.com

REST Resource: v1.accounts.languages.productCertifications

Methods
delete DELETE /v1/{name=accounts/*/languages/*/productCertifications/*}
Deletes a product certification by its name.
get GET /v1/{name=accounts/*/languages/*/productCertifications/*}
Gets a product certification by its name.
list GET /v1/{parent=accounts/*/languages/*}/productCertifications
Lists product certifications from a specified certification body.
patch PATCH /v1/{productCertification.name=accounts/*/languages/*/productCertifications/*}
Updates (or creates if allow_missing = true) a product certification which links certifications with products.

REST Resource: v1.accounts.products

Methods
delete DELETE /v1/{parent=accounts/*}/products/{name}
Deletes the product from a Manufacturer Center account.
get GET /v1/{parent=accounts/*}/products/{name}
Gets the product from a Manufacturer Center account, including product issues.
list GET /v1/{parent=accounts/*}/products
Lists all the products in a Manufacturer Center account.
update PUT /v1/{parent=accounts/*}/products/{name}
Inserts or updates the attributes of the product in a Manufacturer Center account.