Content API for Shopping (content:v2.1)

2022-10-27

1 new method

Additions

    Methods
  • content.quotas.list

      Parameters:

        pageSize

          Format: int32

          Type: integer

          Description: The maximum number of quotas to return in the response, used for paging. Defaults to 500; values above 1000 will be coerced to 1000.

          Location: query

        pageToken

          Location: query

          Type: string

          Description: Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.

        merchantId

          Location: path

          Required: Yes

          Type: string

          Description: Required. The ID of the account that has quota. This account must be an admin.

          Format: int64

      Description: Lists the quota limit and quota usage per method for your Merchant Center account.

      Path: {merchantId}/quotas

      Flat Path: {merchantId}/quotas

      Parameter Order: merchantId

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

      HTTP Method: GET