You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Правки доков
This commit is contained in:
@@ -14,7 +14,7 @@ sidebar_position: 26
|
||||
| Collection | --object | Structure Of String | Complex attribute structure or product structure |
|
||||
| AttributeID | --attributeid | String, Number | Attribute ID |
|
||||
| ComplexID | --complexid | String, Number | Complex attribute ID |
|
||||
| Values | --values | Arbitrary | Value or array of values to add to <values> field |
|
||||
| Values | --values | Arbitrary | Value or array of values to add to Values field |
|
||||
|
||||
|
||||
Returns: Structure - A collection enhanced with a new attribute
|
||||
|
||||
@@ -19,7 +19,7 @@ sidebar_position: 22
|
||||
<br/>
|
||||
|
||||
:::tip
|
||||
<Attributes> are structures with complex_id, id and values fields. For their quick creation there is the CompleteComplexAttribute method()
|
||||
Attributes are structures with complex_id, id and values fields. For their quick creation there is the CompleteComplexAttribute method()
|
||||
:::
|
||||
<br/>
|
||||
|
||||
|
||||
+4652
-4652
File diff suppressed because it is too large
Load Diff
@@ -909,7 +909,7 @@ EndFunction
|
||||
// Gets the structure for updating product characteristics in the UpdateProductsAttributes function()
|
||||
//
|
||||
// Note
|
||||
// <Attributes> are structures with complex_id, id and values fields. For their quick creation there is the CompleteComplexAttribute method()
|
||||
// Attributes are structures with complex_id, id and values fields. For their quick creation there is the CompleteComplexAttribute method()
|
||||
//
|
||||
// Parameters:
|
||||
// Clear - Boolean - True > structure with empty valuse, False > field descriptions at values - empty
|
||||
@@ -1049,7 +1049,7 @@ EndFunction
|
||||
// Collection - Structure Of String - Complex attribute structure or product structure - object
|
||||
// AttributeID - String, Number - Attribute ID - attributeid
|
||||
// ComplexID - String, Number - Complex attribute ID - complexid
|
||||
// Values - Arbitrary - Value or array of values to add to <values> field - values
|
||||
// Values - Arbitrary - Value or array of values to add to Values field - values
|
||||
//
|
||||
// Returns:
|
||||
// Structure - A collection enhanced with a new attribute
|
||||
|
||||
@@ -909,7 +909,7 @@ EndFunction
|
||||
// Gets the structure for updating product characteristics in the UpdateProductsAttributes function()
|
||||
//
|
||||
// Note
|
||||
// <Attributes> are structures with complex_id, id and values fields. For their quick creation there is the CompleteComplexAttribute method()
|
||||
// Attributes are structures with complex_id, id and values fields. For their quick creation there is the CompleteComplexAttribute method()
|
||||
//
|
||||
// Parameters:
|
||||
// Clear - Boolean - True > structure with empty valuse, False > field descriptions at values - empty
|
||||
@@ -1049,7 +1049,7 @@ EndFunction
|
||||
// Collection - Structure Of String - Complex attribute structure or product structure - object
|
||||
// AttributeID - String, Number - Attribute ID - attributeid
|
||||
// ComplexID - String, Number - Complex attribute ID - complexid
|
||||
// Values - Arbitrary - Value or array of values to add to <values> field - values
|
||||
// Values - Arbitrary - Value or array of values to add to Values field - values
|
||||
//
|
||||
// Returns:
|
||||
// Structure - A collection enhanced with a new attribute
|
||||
|
||||
@@ -1057,7 +1057,7 @@
|
||||
NewLine.Метод = "CompleteComplexAttribute";
|
||||
NewLine.МетодПоиска = "COMPLETECOMPLEXATTRIBUTE";
|
||||
NewLine.Параметр = "--values";
|
||||
NewLine.Описание = "Value or array of values to add to <values> field";
|
||||
NewLine.Описание = "Value or array of values to add to Values field";
|
||||
NewLine.Область = "Uploading and updating products";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user