class Accountstatusesbyexternalsellerid extends Resource (View source)

The "accountstatusesbyexternalsellerid" collection of methods.

Typical usage is:

 $contentService = new Google\Service\ShoppingContent(...);
 $accountstatusesbyexternalsellerid = $contentService->accountstatusesbyexternalsellerid;

Methods

get(string $merchantId, string $externalSellerId, array $optParams = [])

Gets status of the account with the specified external_seller_id belonging to the MCA with the specified merchant_id.

Details

AccountStatus get(string $merchantId, string $externalSellerId, array $optParams = [])

Gets status of the account with the specified external_seller_id belonging to the MCA with the specified merchant_id.

(accountstatusesbyexternalsellerid.get)

Parameters

string $merchantId

Required. The ID of the MCA containing the seller.

string $externalSellerId

Required. The External Seller ID of the seller account to be retrieved.

array $optParams

Optional parameters.

Return Value

AccountStatus