Skip to main content

UpdateProduct

PATCH 

/v1beta1/products/{product.id}

Updates a product. Supports upsert when allow_missing = true.

  • Only fields present in update_mask are modified.
  • If allow_missing is true and the product does not exist, a new product is created (the mask is ignored in that case).
  • Safe to retry.

Request

Responses

A successful response.