Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
DOrderreturns.php45 * @param string $returnId The ID of the return.
50 …public function acknowledge($merchantId, $returnId, OrderreturnsAcknowledgeRequest $postBody, $opt… argument
52 $params = ['merchantId' => $merchantId, 'returnId' => $returnId, 'postBody' => $postBody];
78 * @param string $returnId Merchant order return ID generated by Google.
82 public function get($merchantId, $returnId, $optParams = []) argument
84 $params = ['merchantId' => $merchantId, 'returnId' => $returnId];
146 * @param string $returnId The ID of the return.
151 …public function process($merchantId, $returnId, OrderreturnsProcessRequest $postBody, $optParams =… argument
153 $params = ['merchantId' => $merchantId, 'returnId' => $returnId, 'postBody' => $postBody];
DOrderreturnsLabels.php41 * @param string $returnId Required. Provide the Google-generated merchant order
47 public function create($merchantId, $returnId, ReturnShippingLabel $postBody, $optParams = []) argument
49 $params = ['merchantId' => $merchantId, 'returnId' => $returnId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DOrdersCreateTestReturnResponse.php29 public $returnId; variable in Google\\Service\\ShoppingContent\\OrdersCreateTestReturnResponse
48 public function setReturnId($returnId) argument
50 $this->returnId = $returnId;
57 return $this->returnId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DShoppingContent.php1426 'path' => '{merchantId}/orderreturns/{returnId}/acknowledge',
1434 'returnId' => [
1451 'path' => '{merchantId}/orderreturns/{returnId}',
1459 'returnId' => [
1525 'path' => '{merchantId}/orderreturns/{returnId}/process',
1533 'returnId' => [
1550 'path' => '{merchantId}/orderreturns/{returnId}/labels',
1558 'returnId' => [