ocation' => 'path', 'type' => 'string', 'required' => true, ], 'country' => [ 'location' => 'query', 'type' => 'string', ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->returnpolicy = new ShoppingContent\Resource\Returnpolicy( $this, $this->serviceName, 'returnpolicy', [ 'methods' => [ 'custombatch' => [ 'path' => 'returnpolicy/batch', 'httpMethod' => 'POST', 'parameters' => [], ],'delete' => [ 'path' => '{merchantId}/returnpolicy/{returnPolicyId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'returnPolicyId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => '{merchantId}/returnpolicy/{returnPolicyId}', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'returnPolicyId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'insert' => [ 'path' => '{merchantId}/returnpolicy', 'httpMethod' => 'POST', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => '{merchantId}/returnpolicy', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->returnpolicyonline = new ShoppingContent\Resource\Returnpolicyonline( $this, $this->serviceName, 'returnpolicyonline', [ 'methods' => [ 'create' => [ 'path' => '{merchantId}/returnpolicyonline', 'httpMethod' => 'POST', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'returnPolicyId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'returnPolicyId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => '{merchantId}/returnpolicyonline', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'patch' => [ 'path' => '{merchantId}/returnpolicyonline/{returnPolicyId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'returnPolicyId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->settlementreports = new ShoppingContent\Resource\Settlementreports( $this, $this->serviceName, 'settlementreports', [ 'methods' => [ 'get' => [ 'path' => '{merchantId}/settlementreports/{settlementId}', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'settlementId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => '{merchantId}/settlementreports', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'transferEndDate' => [ 'location' => 'query', 'type' => 'string', ], 'transferStartDate' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->settlementtransactions = new ShoppingContent\Resource\Settlementtransactions( $this, $this->serviceName, 'settlementtransactions', [ 'methods' => [ 'list' => [ 'path' => '{merchantId}/settlementreports/{settlementId}/transactions', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'settlementId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'transactionIds' => [ 'location' => 'query', 'type' => 'string', 'repeated' => true, ], ], ], ] ] ); $this->shippingsettings = new ShoppingContent\Resource\Shippingsettings( $this, $this->serviceName, 'shippingsettings', [ 'methods' => [ 'custombatch' => [ 'path' => 'shippingsettings/batch', 'httpMethod' => 'POST', 'parameters' => [], ],'get' => [ 'path' => '{merchantId}/shippingsettings/{accountId}', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'accountId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'getsupportedcarriers' => [ 'path' => '{merchantId}/supportedCarriers', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'getsupportedholidays' => [ 'path' => '{merchantId}/supportedHolidays', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'getsupportedpickupservices' => [ 'path' => '{merchantId}/supportedPickupServices', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => '{merchantId}/shippingsettings', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'maxResults' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'update' => [ 'path' => '{merchantId}/shippingsettings/{accountId}', 'httpMethod' => 'PUT', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'accountId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->shoppingadsprogram = new ShoppingContent\Resource\Shoppingadsprogram( $this, $this->serviceName, 'shoppingadsprogram', [ 'methods' => [ 'get' => [ 'path' => '{merchantId}/shoppingadsprogram', 'httpMethod' => 'GET', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'requestreview' => [ 'path' => '{merchantId}/shoppingadsprogram/requestreview', 'httpMethod' => 'POST', 'parameters' => [ 'merchantId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShoppingContent::class, 'Google_Service_ShoppingContent');
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/climatizaryrefrigerar.com/web/wp-content/plugins/google-listings-and-ads/vendor/google/apiclient-services/src/ShoppingContent.php:1) in /var/www/html/climatizaryrefrigerar.com/web/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/climatizaryrefrigerar.com/web/wp-content/plugins/google-listings-and-ads/vendor/google/apiclient-services/src/ShoppingContent.php:1) in /var/www/html/climatizaryrefrigerar.com/web/wp-includes/pluggable.php on line 1438