v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1382037.3 KB
accounts

Updates (or creates if allow_missing = true) a product certification which links certifications with products. This method can only be called by certification bodies.

patch/v1/{+name}

Path parameters

namestring required

Required. The unique name identifier of a product certification Format: accounts/{account}/languages/{language_code}/productCertifications/{id} Where id is a some unique identifier and language_code is a 2-letter ISO 639-1 code of a Shopping supported language according to https://support.google.com/merchants/answer/160637.

Query parameters

updateMaskstring

Optional. The list of fields to update according to aip.dev/134. However, only full update is supported as of right now. Therefore, it can be either ignored or set to "*". Setting any other values will returns UNIMPLEMENTED error.

Request body

namestring

Required. The unique name identifier of a product certification Format: accounts/{account}/languages/{language_code}/productCertifications/{id} Where id is a some unique identifier and language_code is a 2-letter ISO 639-1 code of a Shopping supported language according to https://support.google.com/merchants/answer/160637.

brandstring

Required. This is the product's brand name. The brand is used to help identify your product.

countryCodestring[]

Optional. A 2-letter country code (ISO 3166-1 Alpha 2).

productCodestring[]

Optional. Another name for GTIN.

productTypestring[]

Optional. These are your own product categorization system in your product data.

titlestring

Required. This is to clearly identify the product you are certifying.

mpnstring[]

Optional. These are the Manufacturer Part Numbers (MPN). MPNs are used to uniquely identify a specific product among all products from the same manufacturer

Response

Successful response