Accountstatuses
class Accountstatuses extends Resource (View source)
The "accountstatuses" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$accountstatuses = $contentService->accountstatuses;
Methods
Retrieves multiple Merchant Center account statuses in a single request.
Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts. (accountstatuses.get)
Lists the statuses of the sub-accounts in your Merchant Center account.
Details
AccountstatusesCustomBatchResponse
custombatch(AccountstatusesCustomBatchRequest $postBody, array $optParams = [])
Retrieves multiple Merchant Center account statuses in a single request.
(accountstatuses.custombatch)
AccountStatus
get(string $merchantId, string $accountId, array $optParams = [])
Retrieves the status of a Merchant Center account. No itemLevelIssues are returned for multi-client accounts. (accountstatuses.get)
AccountstatusesListResponse
listAccountstatuses(string $merchantId, array $optParams = [])
Lists the statuses of the sub-accounts in your Merchant Center account.
(accountstatuses.listAccountstatuses)