Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.53 KB

CatalogProductAttributeTypesListV1Api.md

File metadata and controls

50 lines (31 loc) · 1.53 KB

Swagger\Client\CatalogProductAttributeTypesListV1Api

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

Method HTTP request Description
catalogProductAttributeTypesListV1GetItemsGet GET /V1/products/attributes/types

catalogProductAttributeTypesListV1GetItemsGet

\Swagger\Client\Model\CatalogDataProductAttributeTypeInterface[] catalogProductAttributeTypesListV1GetItemsGet()

Retrieve list of product attribute types

Example

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

$api_instance = new Swagger\Client\Api\CatalogProductAttributeTypesListV1Api();

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

Parameters

This endpoint does not need any parameter.

Return type

\Swagger\Client\Model\CatalogDataProductAttributeTypeInterface[]

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]