2025-07-11
▼ ▲ merchantapi.accounts.getDeveloperRegistration
Path : accounts/v1beta/{+name}
Flat Path : accounts/v1beta/accounts/{accountsId}/developerRegistration
HTTP Method : GET
Parameters :
name
Description : Required. The `name` (ID) of the developer registration.
Pattern : ^accounts/[^/]+/developerRegistration$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/content
Description : Retrieves a developer registration for a merchant.
▼ ▲ merchantapi.accounts.developerRegistration.registerGcp
Path : accounts/v1beta/{+name}:registerGcp
Flat Path : accounts/v1beta/accounts/{accountsId}/developerRegistration:registerGcp
HTTP Method : POST
Parameters :
name
Description : Required. The name of the developer registration to be created for the merchant account that the GCP will be registered with. Format: `accounts/{account}/developerRegistration`
Pattern : ^accounts/[^/]+/developerRegistration$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/content
Description : Registers the GCP used for the API call to the shopping account passed in the request. Will create a user with an "API developer" and add the "developer_email" as a contact with "API notifications" email preference on.
▼ ▲ merchantapi.accounts.developerRegistration.unregisterGcp
Path : accounts/v1beta/{+name}:unregisterGcp
Flat Path : accounts/v1beta/accounts/{accountsId}/developerRegistration:unregisterGcp
HTTP Method : POST
Parameters :
name
Description : Required. The name of the developer registration to be created for the merchant account that the GCP will be registered with. Format: `accounts/{account}/developerRegistration`
Pattern : ^accounts/[^/]+/developerRegistration$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/content
Description : Unregister the calling GCP from the calling shopping account. Note that the GCP will still be able to access the API for at most 1 day from the unregister succussful call.