Service to support Accounts API.
| CreateAndConfigureAccount |
|---|
|
Creates a Merchant Center account with additional configuration. Adds the user that makes the request as an admin for the new account.
|
| CreateTestAccount |
|---|
|
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:
|
| DeleteAccount |
|---|
|
Deletes the specified account regardless of its type: standalone, advanced account or sub-account. Deleting an advanced account leads to the deletion of all of its sub-accounts. This also deletes the account's developer registration entity and any associated GCP project to the account. Executing this method requires admin access. The deletion succeeds only if the account does not provide services to any other account and has no processed offers. You can use the
|
| GetAccount |
|---|
|
Retrieves an account from your Merchant Center account. After inserting, updating, or deleting an account, it may take several minutes before changes take effect.
|
| ListAccounts |
|---|
|
Note: For the
|
| ListSubAccounts |
|---|
|
List all sub-accounts for a given advanced account. This is a convenience wrapper for the more powerful
|
| UpdateAccount |
|---|
|
Updates an account regardless of its type: standalone, advanced account or sub-account. Executing this method requires admin access.
|