1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Правки доков

This commit is contained in:
Anton Titovets
2024-09-10 14:26:58 +03:00
parent 569941803c
commit 12003db385
6 changed files with 4663 additions and 4663 deletions
@@ -14,7 +14,7 @@ sidebar_position: 26
| Collection | --object | Structure Of String | Complex attribute structure or product structure | | Collection | --object | Structure Of String | Complex attribute structure or product structure |
| AttributeID | --attributeid | String, Number | Attribute ID | | AttributeID | --attributeid | String, Number | Attribute ID |
| ComplexID | --complexid | String, Number | Complex 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 Returns: Structure - A collection enhanced with a new attribute
@@ -19,7 +19,7 @@ sidebar_position: 22
<br/> <br/>
:::tip :::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/> <br/>
+4652 -4652
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -909,7 +909,7 @@ EndFunction
// Gets the structure for updating product characteristics in the UpdateProductsAttributes function() // Gets the structure for updating product characteristics in the UpdateProductsAttributes function()
// //
// Note // 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: // Parameters:
// Clear - Boolean - True > structure with empty valuse, False > field descriptions at values - empty // 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 // Collection - Structure Of String - Complex attribute structure or product structure - object
// AttributeID - String, Number - Attribute ID - attributeid // AttributeID - String, Number - Attribute ID - attributeid
// ComplexID - String, Number - Complex attribute ID - complexid // 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: // Returns:
// Structure - A collection enhanced with a new attribute // Structure - A collection enhanced with a new attribute
@@ -909,7 +909,7 @@ EndFunction
// Gets the structure for updating product characteristics in the UpdateProductsAttributes function() // Gets the structure for updating product characteristics in the UpdateProductsAttributes function()
// //
// Note // 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: // Parameters:
// Clear - Boolean - True > structure with empty valuse, False > field descriptions at values - empty // 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 // Collection - Structure Of String - Complex attribute structure or product structure - object
// AttributeID - String, Number - Attribute ID - attributeid // AttributeID - String, Number - Attribute ID - attributeid
// ComplexID - String, Number - Complex attribute ID - complexid // 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: // Returns:
// Structure - A collection enhanced with a new attribute // Structure - A collection enhanced with a new attribute
@@ -1057,7 +1057,7 @@
NewLine.Метод = "CompleteComplexAttribute"; NewLine.Метод = "CompleteComplexAttribute";
NewLine.МетодПоиска = "COMPLETECOMPLEXATTRIBUTE"; NewLine.МетодПоиска = "COMPLETECOMPLEXATTRIBUTE";
NewLine.Параметр = "--values"; 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"; NewLine.Область = "Uploading and updating products";