Home
last modified time | relevance | path

Searched refs:externalSellerId (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DAccountsbyexternalsellerid.php37 * @param string $externalSellerId Required. The External Seller ID of the
42 public function get($merchantId, $externalSellerId, $optParams = []) argument
44 $params = ['merchantId' => $merchantId, 'externalSellerId' => $externalSellerId];
H A DAccountstatusesbyexternalsellerid.php38 * @param string $externalSellerId Required. The External Seller ID of the
47 public function get($merchantId, $externalSellerId, $optParams = []) argument
49 $params = ['merchantId' => $merchantId, 'externalSellerId' => $externalSellerId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DProduct.php143 public $externalSellerId; variable in Google\\Service\\ShoppingContent\\Product
772 public function setExternalSellerId($externalSellerId) argument
774 $this->externalSellerId = $externalSellerId;
781 return $this->externalSellerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php468 'path' => '{merchantId}/accountsbyexternalsellerid/{externalSellerId}',
476 'externalSellerId' => [
554 'path' => '{merchantId}/accountstatusesbyexternalsellerid/{externalSellerId}',
562 'externalSellerId' => [