Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Правки доков
Browse files Browse the repository at this point in the history
Bayselonarrend committed Sep 10, 2024

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent 5699418 commit 12003db
Showing 6 changed files with 5,135 additions and 5,135 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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/>

10,256 changes: 5,128 additions & 5,128 deletions service/dictionaries/en.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/en/OInt/core/Modules/OPI_Ozon.os
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/en/OPI/src/CommonModules/OPI_Ozon/Module.bsl
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/en/cli/data/Classes/internal/Classes/ozon.os
Original file line number Diff line number Diff line change
@@ -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";


0 comments on commit 12003db

Please sign in to comment.