Skip to content

Commit

Permalink
Обновление зашифрованных данных по результатам тестов (workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyTheAlpaca committed Sep 1, 2024
1 parent f8677b7 commit 9aaa895
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 0 deletions.
Binary file modified data.json.gpg
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/en/results/Ozon/ArchiveProducts.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
 {
"result": true
}
9 changes: 9 additions & 0 deletions docs/en/results/Ozon/DeleteProductsWithoutSKU.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
 {
"status": [
{
"offer_id": "143210608",
"is_deleted": true,
"error": ""
}
]
}
5 changes: 5 additions & 0 deletions docs/en/results/Ozon/GetCodesUploadStatus.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
 {
"code": 5,
"message": "Upload task not found",
"details": []
}
8 changes: 8 additions & 0 deletions docs/en/results/Ozon/GetProductSubscribersCount.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
 {
"result": [
{
"sku": 1626044001,
"count": 0
}
]
}
135 changes: 135 additions & 0 deletions docs/en/results/Ozon/GetProductsAttributesData.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
 {
"result": [
{
"id": 1168052279,
"barcode": "",
"category_id": 0,
"name": "Protective film set for X3 NFC. Dark cotton",
"offer_id": "143210608",
"height": 250,
"depth": 10,
"width": 150,
"dimension_unit": "mm",
"weight": 100,
"weight_unit": "g",
"images": [
{
"file_name": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg",
"default": false,
"index": 1
},
{
"file_name": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg",
"default": false,
"index": 2
}
],
"image_group_id": "",
"images360": [],
"pdf_list": [],
"attributes": [
{
"attribute_id": 85,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 5060050,
"value": "Samsung"
}
]
},
{
"attribute_id": 10096,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 61576,
"value": "red"
}
]
},
{
"attribute_id": 8229,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 95911,
"value": "Protective film set for X3 NFC. Dark cotton"
}
]
},
{
"attribute_id": 9048,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 0,
"value": "Protective film set for X3 NFC. Dark cotton"
}
]
},
{
"attribute_id": 4180,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 0,
"value": "Protective film set for X3 NFC. Dark cotton"
}
]
},
{
"attribute_id": 9024,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 0,
"value": "143210608"
}
]
},
{
"attribute_id": 20900,
"complex_id": 0,
"values": [
{
"dictionary_value_id": 0,
"value": "true"
}
]
}
],
"complex_attributes": [
{
"attributes": [
{
"attribute_id": 21837,
"complex_id": 100001,
"values": [
{
"dictionary_value_id": 0,
"value": "viedo1"
}
]
},
{
"attribute_id": 21841,
"complex_id": 100001,
"values": [
{
"dictionary_value_id": 0,
"value": "https://rutube.ru/video/c6cc4d620b1d4338901770a44b3e82f4/"
}
]
}
]
}
],
"color_image": "",
"last_id": "",
"description_category_id": 17028922
}
],
"total": 1,
"last_id": ""
}
3 changes: 3 additions & 0 deletions docs/en/results/Ozon/UnarchiveProducts.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
 {
"result": true
}
5 changes: 5 additions & 0 deletions docs/en/results/Ozon/UploadProductActivationCodes.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
 {
"code": 7,
"message": "Is not service company",
"details": []
}

0 comments on commit 9aaa895

Please sign in to comment.