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

Latest commit

 

History

History
54 lines (34 loc) · 1.95 KB

ConfigurableProductConfigurableProductManagementV1Api.md

File metadata and controls

54 lines (34 loc) · 1.95 KB

Swagger\Client\ConfigurableProductConfigurableProductManagementV1Api

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

Method HTTP request Description
configurableProductConfigurableProductManagementV1GenerateVariationPut PUT /V1/configurable-products/variation

configurableProductConfigurableProductManagementV1GenerateVariationPut

\Swagger\Client\Model\CatalogDataProductInterface[] configurableProductConfigurableProductManagementV1GenerateVariationPut($body)

Generate variation based on same product

Example

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

$api_instance = new Swagger\Client\Api\ConfigurableProductConfigurableProductManagementV1Api();
$body = new \Swagger\Client\Model\Body109(); // \Swagger\Client\Model\Body109 | 

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

Parameters

Name Type Description Notes
body \Swagger\Client\Model\Body109 [optional]

Return type

\Swagger\Client\Model\CatalogDataProductInterface[]

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]