SpringImport\Swagger\Magento2\Client\GiftRegistryShippingMethodManagementV1Api
May 18, 2017 ยท View on GitHub
All URIs are relative to http://t213.vg/rest/default
| Method | HTTP request | Description |
|---|---|---|
| giftRegistryShippingMethodManagementV1EstimateByRegistryIdPost | POST /V1/giftregistry/mine/estimate-shipping-methods |
giftRegistryShippingMethodManagementV1EstimateByRegistryIdPost
\SpringImport\Swagger\Magento2\Client\Model\QuoteDataShippingMethodInterface[] giftRegistryShippingMethodManagementV1EstimateByRegistryIdPost($body)
Estimate shipping
Example
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new SpringImport\Swagger\Magento2\Client\Api\GiftRegistryShippingMethodManagementV1Api();
$body = new \SpringImport\Swagger\Magento2\Client\Model\Body121(); // \SpringImport\Swagger\Magento2\Client\Model\Body121 |
try {
$result = $api_instance->giftRegistryShippingMethodManagementV1EstimateByRegistryIdPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling GiftRegistryShippingMethodManagementV1Api->giftRegistryShippingMethodManagementV1EstimateByRegistryIdPost: ', $e->getMessage(), PHP_EOL;
}
?>
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| body | \SpringImport\Swagger\Magento2\Client\Model\Body121 | [optional] |
Return type
\SpringImport\Swagger\Magento2\Client\Model\QuoteDataShippingMethodInterface[]
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]