Home
last modified time | relevance | path

Searched refs:productId (Results 51 – 68 of 68) sorted by path

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersRejectReturnLineItemRequest.php33 public $productId; variable in Google\\Service\\ShoppingContent\\OrdersRejectReturnLineItemRequest
78 public function setProductId($productId) argument
80 $this->productId = $productId;
87 return $this->productId;
H A DOrdersReturnRefundLineItemRequest.php35 public $productId; variable in Google\\Service\\ShoppingContent\\OrdersReturnRefundLineItemRequest
96 public function setProductId($productId) argument
98 $this->productId = $productId;
105 return $this->productId;
H A DOrdersSetLineItemMetadataRequest.php36 public $productId; variable in Google\\Service\\ShoppingContent\\OrdersSetLineItemMetadataRequest
83 public function setProductId($productId) argument
85 $this->productId = $productId;
92 return $this->productId;
H A DOrdersUpdateLineItemShippingDetailsRequest.php37 public $productId; variable in Google\\Service\\ShoppingContent\\OrdersUpdateLineItemShippingDetailsRequest
88 public function setProductId($productId) argument
90 $this->productId = $productId;
97 return $this->productId;
H A DProductDeliveryTime.php45 public function setProductId(ProductId $productId) argument
47 $this->productId = $productId;
54 return $this->productId;
H A DProductId.php25 public $productId; variable in Google\\Service\\ShoppingContent\\ProductId
30 public function setProductId($productId) argument
32 $this->productId = $productId;
39 return $this->productId;
H A DProductStatus.php50 public $productId; variable in Google\\Service\\ShoppingContent\\ProductStatus
157 public function setProductId($productId) argument
159 $this->productId = $productId;
166 return $this->productId;
H A DProductsCustomBatchRequestEntry.php43 public $productId; variable in Google\\Service\\ShoppingContent\\ProductsCustomBatchRequestEntry
122 public function setProductId($productId) argument
124 $this->productId = $productId;
131 return $this->productId;
H A DProductstatusesCustomBatchRequestEntry.php46 public $productId; variable in Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequestEntry
121 public function setProductId($productId) argument
123 $this->productId = $productId;
130 return $this->productId;
H A DRegionalinventoryCustomBatchRequestEntry.php37 public $productId; variable in Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequestEntry
86 public function setProductId($productId) argument
88 $this->productId = $productId;
95 return $this->productId;
H A DShipmentInvoiceLineItemInvoice.php30 public $productId; variable in Google\\Service\\ShoppingContent\\ShipmentInvoiceLineItemInvoice
55 public function setProductId($productId) argument
57 $this->productId = $productId;
64 return $this->productId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DLocalinventory.php54 * @param string $productId The REST ID of the product for which to update local
60 public function insert($merchantId, $productId, LocalInventoryModel $postBody, $optParams = []) argument
62 $params = ['merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody];
H A DProductdeliverytime.php53 * @param string $productId Required. The Content API ID of the product, in the
57 public function delete($merchantId, $productId, $optParams = []) argument
59 $params = ['merchantId' => $merchantId, 'productId' => $productId];
68 * @param string $productId Required. The Content API ID of the product, in the
73 public function get($merchantId, $productId, $optParams = []) argument
75 $params = ['merchantId' => $merchantId, 'productId' => $productId];
H A DProducts.php54 * @param string $productId The REST ID of the product.
61 public function delete($merchantId, $productId, $optParams = []) argument
63 $params = ['merchantId' => $merchantId, 'productId' => $productId];
72 * @param string $productId The REST ID of the product.
76 public function get($merchantId, $productId, $optParams = []) argument
78 $params = ['merchantId' => $merchantId, 'productId' => $productId];
128 * @param string $productId The REST ID of the product for which to update.
140 public function update($merchantId, $productId, Product $postBody, $optParams = []) argument
142 $params = ['merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody];
H A DProductstatuses.php55 * @param string $productId The REST ID of the product.
63 public function get($merchantId, $productId, $optParams = []) argument
65 $params = ['merchantId' => $merchantId, 'productId' => $productId];
H A DProductstatusesRepricingreports.php38 * @param string $productId Required. Id of the Repricing product. Also known as
63 public function listProductstatusesRepricingreports($merchantId, $productId, $optParams = []) argument
65 $params = ['merchantId' => $merchantId, 'productId' => $productId];
H A DRegionalinventory.php55 * @param string $productId The REST ID of the product for which to update the
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/
H A DVision.php484 'productId' => [

123