SpringImport\Swagger\Magento2\Client\StoreStoreConfigManagerV1Api

May 18, 2017 ยท View on GitHub

All URIs are relative to http://t213.vg/rest/default

MethodHTTP requestDescription
storeStoreConfigManagerV1GetStoreConfigsGetGET /V1/store/storeConfigs

storeStoreConfigManagerV1GetStoreConfigsGet

\SpringImport\Swagger\Magento2\Client\Model\StoreDataStoreConfigInterface[] storeStoreConfigManagerV1GetStoreConfigsGet($storeCodes)

Example

<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new SpringImport\Swagger\Magento2\Client\Api\StoreStoreConfigManagerV1Api();
$storeCodes = array("storeCodes_example"); // string[] | 

try {
    $result = $api_instance->storeStoreConfigManagerV1GetStoreConfigsGet($storeCodes);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling StoreStoreConfigManagerV1Api->storeStoreConfigManagerV1GetStoreConfigsGet: ', $e->getMessage(), PHP_EOL;
}
?>

Parameters

NameTypeDescriptionNotes
storeCodesstring[][optional]

Return type

\SpringImport\Swagger\Magento2\Client\Model\StoreDataStoreConfigInterface[]

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]