create
public ShoppingContent.Accounts.Credentials.Create create(Long accountId,
AccountCredentials content)
throws IOException
Uploads credentials for the Merchant Center account. If credentials already exist for this
Merchant Center account and purpose, this method updates them.
Create a request for the method "credentials.create".
This request holds the parameters needed by the content server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- Required. The merchant id of the account these credentials belong to.
content
- the AccountCredentials
- Returns:
- the request
- Throws:
IOException