Home
last modified time | relevance | path

Searched refs:merchantId (Results 26 – 50 of 61) sorted by last modified time

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DPubsubnotificationsettings.php36 * @param string $merchantId The ID of the account for which to get pubsub
41 public function get($merchantId, $optParams = []) argument
43 $params = ['merchantId' => $merchantId];
52 * @param string $merchantId The ID of the account.
57 public function update($merchantId, PubsubNotificationSettingsModel $postBody, $optParams = []) argument
59 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
H A DReports.php37 * @param string $merchantId Required. Id of the merchant making the call. Must
43 public function search($merchantId, SearchRequest $postBody, $optParams = []) argument
45 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
H A DRepricingrulesRepricingreports.php36 * @param string $merchantId Required. Id of the merchant who owns the Repricing
57 public function listRepricingrulesRepricingreports($merchantId, $ruleId, $optParams = []) argument
59 $params = ['merchantId' => $merchantId, 'ruleId' => $ruleId];
H A DOrderreturnsLabels.php39 * @param string $merchantId Required. The merchant the Return Shipping Label
47 public function create($merchantId, $returnId, ReturnShippingLabel $postBody, $optParams = []) argument
49 $params = ['merchantId' => $merchantId, 'returnId' => $returnId, 'postBody' => $postBody];
H A DSettlementreports.php37 * @param string $merchantId The Merchant Center account of the settlement
43 public function get($merchantId, $settlementId, $optParams = []) argument
45 $params = ['merchantId' => $merchantId, 'settlementId' => $settlementId];
53 * @param string $merchantId The Merchant Center account to list settlements
67 public function listSettlementreports($merchantId, $optParams = []) argument
69 $params = ['merchantId' => $merchantId];
H A DAccountstatuses.php53 * @param string $merchantId The ID of the managing account. If this parameter
64 public function get($merchantId, $accountId, $optParams = []) argument
66 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
74 * @param string $merchantId The ID of the managing account. This must be a
88 public function listAccountstatuses($merchantId, $optParams = []) argument
90 $params = ['merchantId' => $merchantId];
H A DAccountstatusesbyexternalsellerid.php37 * @param string $merchantId Required. The ID of the MCA containing the seller.
47 public function get($merchantId, $externalSellerId, $optParams = []) argument
49 $params = ['merchantId' => $merchantId, 'externalSellerId' => $externalSellerId];
H A DAccounttax.php52 * @param string $merchantId The ID of the managing account. If this parameter
60 public function get($merchantId, $accountId, $optParams = []) argument
62 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
70 * @param string $merchantId The ID of the managing account. This must be a
79 public function listAccounttax($merchantId, $optParams = []) argument
81 $params = ['merchantId' => $merchantId];
89 * @param string $merchantId The ID of the managing account. If this parameter
98 public function update($merchantId, $accountId, AccountTaxModel $postBody, $optParams = []) argument
100 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody];
H A DBuyongoogleprograms.php42 * @param string $merchantId Required. The ID of the account.
51 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody];
59 * @param string $merchantId Required. The ID of the account.
66 public function get($merchantId, $regionCode, $optParams = []) argument
68 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode];
80 * @param string $merchantId Required. The ID of the account.
89 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody];
97 * @param string $merchantId Required. The ID of the account.
111 $params = ['merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody];
119 * @param string $merchantId Required. The ID of the account.
[all …]
H A DDatafeeds.php54 * @param string $merchantId The ID of the account that manages the datafeed.
59 public function delete($merchantId, $datafeedId, $optParams = []) argument
61 $params = ['merchantId' => $merchantId, 'datafeedId' => $datafeedId];
76 public function fetchnow($merchantId, $datafeedId, $optParams = []) argument
78 $params = ['merchantId' => $merchantId, 'datafeedId' => $datafeedId];
92 public function get($merchantId, $datafeedId, $optParams = []) argument
94 $params = ['merchantId' => $merchantId, 'datafeedId' => $datafeedId];
108 public function insert($merchantId, Datafeed $postBody, $optParams = []) argument
110 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
127 public function listDatafeeds($merchantId, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedsCustomBatchRequestEntry.php35 public $merchantId; variable in Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry
86 public function setMerchantId($merchantId) argument
88 $this->merchantId = $merchantId;
95 return $this->merchantId;
H A DLiasettingsCustomBatchRequestEntry.php51 public $merchantId; variable in Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry
166 public function setMerchantId($merchantId) argument
168 $this->merchantId = $merchantId;
175 return $this->merchantId;
H A DOrder.php48 public $merchantId; variable in Google\\Service\\ShoppingContent\\Order
201 public function setMerchantId($merchantId) argument
203 $this->merchantId = $merchantId;
210 return $this->merchantId;
H A DOrderReportDisbursement.php39 public $merchantId; variable in Google\\Service\\ShoppingContent\\OrderReportDisbursement
100 public function setMerchantId($merchantId) argument
102 $this->merchantId = $merchantId;
109 return $this->merchantId;
H A DOrderReportTransaction.php39 public $merchantId; variable in Google\\Service\\ShoppingContent\\OrderReportTransaction
114 public function setMerchantId($merchantId) argument
116 $this->merchantId = $merchantId;
123 return $this->merchantId;
H A DProductsCustomBatchRequestEntry.php33 public $merchantId; variable in Google\\Service\\ShoppingContent\\ProductsCustomBatchRequestEntry
80 public function setMerchantId($merchantId) argument
82 $this->merchantId = $merchantId;
89 return $this->merchantId;
H A DRegionalinventoryCustomBatchRequestEntry.php29 public $merchantId; variable in Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequestEntry
58 public function setMerchantId($merchantId) argument
60 $this->merchantId = $merchantId;
67 return $this->merchantId;
H A DShippingsettingsCustomBatchRequestEntry.php33 public $merchantId; variable in Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequestEntry
72 public function setMerchantId($merchantId) argument
74 $this->merchantId = $merchantId;
81 return $this->merchantId;
H A DAccountsCustomBatchRequestEntry.php46 public $merchantId; variable in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry
147 public function setMerchantId($merchantId) argument
149 $this->merchantId = $merchantId;
156 return $this->merchantId;
H A DAccounttaxCustomBatchRequestEntry.php35 public $merchantId; variable in Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequestEntry
86 public function setMerchantId($merchantId) argument
88 $this->merchantId = $merchantId;
95 return $this->merchantId;
H A DDatafeedstatusesCustomBatchRequestEntry.php41 public $merchantId; variable in Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequestEntry
106 public function setMerchantId($merchantId) argument
108 $this->merchantId = $merchantId;
115 return $this->merchantId;
H A DLocalinventoryCustomBatchRequestEntry.php31 public $merchantId; variable in Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchRequestEntry
72 public function setMerchantId($merchantId) argument
74 $this->merchantId = $merchantId;
81 return $this->merchantId;
H A DPosCustomBatchRequestEntry.php31 public $merchantId; variable in Google\\Service\\ShoppingContent\\PosCustomBatchRequestEntry
80 public function setMerchantId($merchantId) argument
82 $this->merchantId = $merchantId;
89 return $this->merchantId;
H A DRegion.php31 public $merchantId; variable in Google\\Service\\ShoppingContent\\Region
78 public function setMerchantId($merchantId) argument
80 $this->merchantId = $merchantId;
87 return $this->merchantId;
H A DRepricingRule.php39 public $merchantId; variable in Google\\Service\\ShoppingContent\\RepricingRule
134 public function setMerchantId($merchantId) argument
136 $this->merchantId = $merchantId;
143 return $this->merchantId;

123