Content API for Shopping (content:v2.1)

2024-01-25

4 removed methods

Deletions

    Methods
  • content.accounts.businessmessageslinks.list

      Path : accounts/{accountId}/businessmessageslinks

      Flat Path : accounts/{accountId}/businessmessageslinks

      HTTP Method : GET

      Parameters :

        accountId

          Description : Required. The ID of the account.

          Location : path

          Required : Yes

          Type : string

          Format : int64

        pageSize

          Description : Optional. The maximum number of `BusinessMessagesLink` resources for the Merchant Center account to return. Defaults to 50; values above 1000 will be coerced to 1000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A page token, received from a previous `ListBusinessMessagesLinks` call. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided to `ListBusinessMessagesLinks` must match the call that provided the page token.

          Location : query

          Type : string

      Parameter Order : accountId

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

      Description : Lists the `BusinessMessagesLink` resources for Merchant Center account.

  • content.accounts.businessmessageslinks.get

      Path : accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}

      Flat Path : accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}

      HTTP Method : GET

      Parameters :

        accountId

          Description : Required. The ID of the Merchant Center account.

          Location : path

          Required : Yes

          Type : string

          Format : int64

        businessMessagesLinkId

          Description : Required. The identifier for the Business Messages Link.

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • accountId
    • businessMessagesLinkId
    • Scopes : https://www.googleapis.com/auth/content

      Description : Retrieves `BusinessMessagesLink` in Merchant Center account.

  • content.accounts.businessmessageslinks.create

      Path : accounts/{accountId}/businessmessageslinks

      Flat Path : accounts/{accountId}/businessmessageslinks

      HTTP Method : POST

      Parameters :

        accountId

          Description : Required. The ID of the Merchant Center account.

          Location : path

          Required : Yes

          Type : string

          Format : int64

      Parameter Order : accountId

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

      Description : Creates a `BusinessMessagesLink` in Merchant Center account.

  • content.accounts.businessmessageslinks.delete

      Path : accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}

      Flat Path : accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}

      HTTP Method : DELETE

      Parameters :

        accountId

          Description : Required. The ID of the Merchant Center account.

          Location : path

          Required : Yes

          Type : string

          Format : int64

        businessMessagesLinkId

          Description : Required. The identifier for the Business Messages Link.

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • accountId
    • businessMessagesLinkId
    • Scopes : https://www.googleapis.com/auth/content

      Description : Deletes the specified `BusinessMessagesLink` resource from Merchant Center account.