class Accountsbyexternalsellerid extends Resource (View source)

The "accountsbyexternalsellerid" collection of methods.

Typical usage is:

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

Methods

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

Gets data of the account with the specified external_seller_id belonging to the MCA with the specified merchant_id. (accountsbyexternalsellerid.get)

Details

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

Gets data of the account with the specified external_seller_id belonging to the MCA with the specified merchant_id. (accountsbyexternalsellerid.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

Account