SpringImport\Swagger\Magento2\Client\StoreStoreRepositoryV1Api

May 18, 2017 ยท View on GitHub

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

MethodHTTP requestDescription
storeStoreRepositoryV1GetListGetGET /V1/store/storeViews

storeStoreRepositoryV1GetListGet

\SpringImport\Swagger\Magento2\Client\Model\StoreDataStoreInterface[] storeStoreRepositoryV1GetListGet()

Retrieve list of all stores

Example

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

$api_instance = new SpringImport\Swagger\Magento2\Client\Api\StoreStoreRepositoryV1Api();

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

Parameters

This endpoint does not need any parameter.

Return type

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

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]