Home
last modified time | relevance | path

Searched refs:merchantId (Results 51 – 61 of 61) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DAccountsbyexternalsellerid.php36 * @param string $merchantId Required. The ID of the MCA containing the seller.
42 public function get($merchantId, $externalSellerId, $optParams = []) argument
44 $params = ['merchantId' => $merchantId, 'externalSellerId' => $externalSellerId];
H A DProductstatusesRepricingreports.php36 * @param string $merchantId Required. Id of the merchant who owns the Repricing
63 public function listProductstatusesRepricingreports($merchantId, $productId, $optParams = []) argument
65 $params = ['merchantId' => $merchantId, 'productId' => $productId];
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 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 DSettlementtransactions.php36 * @param string $merchantId The Merchant Center account to list transactions
49 public function listSettlementtransactions($merchantId, $settlementId, $optParams = []) argument
51 $params = ['merchantId' => $merchantId, 'settlementId' => $settlementId];
H A DOrdertrackingsignals.php35 * @param string $merchantId The ID of the merchant for which the order signal
41 public function create($merchantId, OrderTrackingSignal $postBody, $optParams = []) argument
43 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
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 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 DLocalinventory.php52 * @param string $merchantId The ID of the account that contains the product.
60 public function insert($merchantId, $productId, LocalInventoryModel $postBody, $optParams = []) argument
62 $params = ['merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody];
H A DRegionalinventory.php53 * @param string $merchantId The ID of the account that contains the product.
61 public function insert($merchantId, $productId, RegionalInventoryModel $postBody, $optParams = []) argument
63 $params = ['merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
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;

123