PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
ShoppingContent
/
Resource
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\ShoppingContent\Resource; use Google\Service\ShoppingContent\MerchantOrderReturn; use Google\Service\ShoppingContent\OrderreturnsAcknowledgeRequest; use Google\Service\ShoppingContent\OrderreturnsAcknowledgeResponse; use Google\Service\ShoppingContent\OrderreturnsCreateOrderReturnRequest; use Google\Service\ShoppingContent\OrderreturnsCreateOrderReturnResponse; use Google\Service\ShoppingContent\OrderreturnsListResponse; use Google\Service\ShoppingContent\OrderreturnsProcessRequest; use Google\Service\ShoppingContent\OrderreturnsProcessResponse; /** * The "orderreturns" collection of methods. * Typical usage is: * <code> * $contentService = new Google\Service\ShoppingContent(...); * $orderreturns = $contentService->orderreturns; * </code> */ class Orderreturns extends \Google\Service\Resource { /** * Acks an order return in your Merchant Center account. * (orderreturns.acknowledge) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $returnId The ID of the return. * @param OrderreturnsAcknowledgeRequest $postBody * @param array $optParams Optional parameters. * @return OrderreturnsAcknowledgeResponse */ public function acknowledge($merchantId, $returnId, OrderreturnsAcknowledgeRequest $postBody, $optParams = []) { $params = ['merchantId' => $merchantId, 'returnId' => $returnId, 'postBody' => $postBody]; $params = array_merge($params, $optParams); return $this->call('acknowledge', [$params], OrderreturnsAcknowledgeResponse::class); } /** * Create return in your Merchant Center account. * (orderreturns.createorderreturn) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param OrderreturnsCreateOrderReturnRequest $postBody * @param array $optParams Optional parameters. * @return OrderreturnsCreateOrderReturnResponse */ public function createorderreturn($merchantId, OrderreturnsCreateOrderReturnRequest $postBody, $optParams = []) { $params = ['merchantId' => $merchantId, 'postBody' => $postBody]; $params = array_merge($params, $optParams); return $this->call('createorderreturn', [$params], OrderreturnsCreateOrderReturnResponse::class); } /** * Retrieves an order return from your Merchant Center account. * (orderreturns.get) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $returnId Merchant order return ID generated by Google. * @param array $optParams Optional parameters. * @return MerchantOrderReturn */ public function get($merchantId, $returnId, $optParams = []) { $params = ['merchantId' => $merchantId, 'returnId' => $returnId]; $params = array_merge($params, $optParams); return $this->call('get', [$params], MerchantOrderReturn::class); } /** * Lists order returns in your Merchant Center account. * (orderreturns.listOrderreturns) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param array $optParams Optional parameters. * * @opt_param bool acknowledged Obtains order returns that match the * acknowledgement status. When set to true, obtains order returns that have * been acknowledged. When false, obtains order returns that have not been * acknowledged. When not provided, obtains order returns regardless of their * acknowledgement status. We recommend using this filter set to `false`, in * conjunction with the `acknowledge` call, such that only un-acknowledged order * returns are returned. * @opt_param string createdEndDate Obtains order returns created before this * date (inclusively), in ISO 8601 format. * @opt_param string createdStartDate Obtains order returns created after this * date (inclusively), in ISO 8601 format. * @opt_param string googleOrderIds Obtains order returns with the specified * order ids. If this parameter is provided, createdStartDate, createdEndDate, * shipmentType, shipmentStatus, shipmentState and acknowledged parameters must * be not set. Note: if googleOrderId and shipmentTrackingNumber parameters are * provided, the obtained results will include all order returns that either * match the specified order id or the specified tracking number. * @opt_param string maxResults The maximum number of order returns to return in * the response, used for paging. The default value is 25 returns per page, and * the maximum allowed value is 250 returns per page. * @opt_param string orderBy Return the results in the specified order. * @opt_param string pageToken The token returned by the previous request. * @opt_param string shipmentStates Obtains order returns that match any * shipment state provided in this parameter. When this parameter is not * provided, order returns are obtained regardless of their shipment states. * @opt_param string shipmentStatus Obtains order returns that match any * shipment status provided in this parameter. When this parameter is not * provided, order returns are obtained regardless of their shipment statuses. * @opt_param string shipmentTrackingNumbers Obtains order returns with the * specified tracking numbers. If this parameter is provided, createdStartDate, * createdEndDate, shipmentType, shipmentStatus, shipmentState and acknowledged * parameters must be not set. Note: if googleOrderId and shipmentTrackingNumber * parameters are provided, the obtained results will include all order returns * that either match the specified order id or the specified tracking number. * @opt_param string shipmentTypes Obtains order returns that match any shipment * type provided in this parameter. When this parameter is not provided, order * returns are obtained regardless of their shipment types. * @return OrderreturnsListResponse */ public function listOrderreturns($merchantId, $optParams = []) { $params = ['merchantId' => $merchantId]; $params = array_merge($params, $optParams); return $this->call('list', [$params], OrderreturnsListResponse::class); } /** * Processes return in your Merchant Center account. (orderreturns.process) * * @param string $merchantId The ID of the account that manages the order. This * cannot be a multi-client account. * @param string $returnId The ID of the return. * @param OrderreturnsProcessRequest $postBody * @param array $optParams Optional parameters. * @return OrderreturnsProcessResponse */ public function process($merchantId, $returnId, OrderreturnsProcessRequest $postBody, $optParams = []) { $params = ['merchantId' => $merchantId, 'returnId' => $returnId, 'postBody' => $postBody]; $params = array_merge($params, $optParams); return $this->call('process', [$params], OrderreturnsProcessResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Orderreturns::class, 'Google_Service_ShoppingContent_Resource_Orderreturns');
[-] RepricingrulesRepricingreports.php
[edit]
[-] Settlementtransactions.php
[edit]
[-] Localinventory.php
[edit]
[-] Pos.php
[edit]
[-] Promotions.php
[edit]
[-] Orders.php
[edit]
[-] Pubsubnotificationsettings.php
[edit]
[-] Products.php
[edit]
[-] AccountsReturncarrier.php
[edit]
[-] Collectionstatuses.php
[edit]
[+]
..
[-] Returnaddress.php
[edit]
[-] Orderinvoices.php
[edit]
[-] Returnpolicyonline.php
[edit]
[-] Reports.php
[edit]
[-] Regions.php
[edit]
[-] Accountstatuses.php
[edit]
[-] Settlementreports.php
[edit]
[-] Freelistingsprogram.php
[edit]
[-] Datafeedstatuses.php
[edit]
[-] Orderreports.php
[edit]
[-] Regionalinventory.php
[edit]
[-] Csses.php
[edit]
[-] Accounts.php
[edit]
[-] AccountsLabels.php
[edit]
[-] Ordertrackingsignals.php
[edit]
[-] Productstatuses.php
[edit]
[-] Liasettings.php
[edit]
[-] Accounttax.php
[edit]
[-] Collections.php
[edit]
[-] Datafeeds.php
[edit]
[-] AccountsCredentials.php
[edit]
[-] Repricingrules.php
[edit]
[-] Buyongoogleprograms.php
[edit]
[-] OrderreturnsLabels.php
[edit]
[-] Returnpolicy.php
[edit]
[-] Shippingsettings.php
[edit]
[-] Shoppingadsprogram.php
[edit]
[-] Orderreturns.php
[edit]
[-] ProductstatusesRepricingreports.php
[edit]