Merchant API (merchantapi:accounts_v1)

2026-03-17

1 new method

Additions

    Methods
  • merchantapi.accounts.createTestAccount

      Path : accounts/v1/{+parent}:createTestAccount

      Flat Path : accounts/v1/accounts/{accountsId}:createTestAccount

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The account resource name to create the test account under. Format: accounts/{account}

          Pattern : ^accounts/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

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

      Description : Creates a Merchant Center test account. Test accounts are intended for development and testing purposes, such as validating API integrations or new feature behavior. Key characteristics and limitations of test accounts: - Immutable Type: A test account cannot be converted into a regular (live) Merchant Center account. Likewise, a regular account cannot be converted into a test account. - Non-Serving Products: Any products, offers, or data created within a test account will not be published or made visible to end-users on any Google surfaces. They are strictly for testing environments. - Separate Environment: Test accounts operate in a sandbox-like manner, isolated from live serving and real user traffic.