Content API for Shopping (content:v2.1)

2023-08-24

2 new methods

Additions

    Methods
  • content.merchantsupport.renderaccountissues

      Path: {merchantId}/merchantsupport/renderaccountissues

      Flat Path: {merchantId}/merchantsupport/renderaccountissues

      Parameters:

        merchantId

          Description: Required. The ID of the account to fetch issues for.

          Format: int64

          Type: string

          Required: Yes

          Location: path

        languageCode

          Type: string

          Location: query

          Description: Optional. The [IETF BCP-47](https://tools.ietf.org/html/bcp47) language code used to localize support content. If not set, the result will be in default language ('en-US').

        timeZone

          Type: string

          Location: query

          Description: Optional. The [IANA](https://www.iana.org/time-zones) timezone used to localize times in support content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.

      Description: Provide a list of merchant's issues with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.

      Scopes: https://www.googleapis.com/auth/content

      HTTP Method: POST

      Parameter Order: merchantId

  • content.merchantsupport.renderproductissues

      Flat Path: {merchantId}/merchantsupport/renderproductissues/{productId}

      Scopes: https://www.googleapis.com/auth/content

      Description: Provide a list of issues for merchant's product with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.

      Parameter Order:

    • merchantId
    • productId
    • HTTP Method: POST

      Parameters:

        productId

          Required: Yes

          Location: path

          Type: string

          Description: Required. The [REST_ID](https://developers.google.com/shopping-content/reference/rest/v2.1/products#Product.FIELDS.id) of the product to fetch issues for.

        timeZone

          Location: query

          Type: string

          Description: Optional. The [IANA](https://www.iana.org/time-zones) timezone used to localize times in support content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.

        merchantId

          Format: int64

          Type: string

          Required: Yes

          Description: Required. The ID of the account that contains the product.

          Location: path

        languageCode

          Type: string

          Location: query

          Description: Optional. The [IETF BCP-47](https://tools.ietf.org/html/bcp47) language code used to localize support content. If not set, the result will be in default language ('en-US').

      Path: {merchantId}/merchantsupport/renderproductissues/{productId}