1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

Обновление зашифрованных данных по результатам тестов (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-08-24 10:47:33 +00:00 committed by Vitaly the Alpaca (bot)
parent 9cf903de0f
commit 9bc2f587b6
10 changed files with 74 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,3 @@
 {
"task_id": 1285618976
}

View File

@ -0,0 +1,9 @@
 {
"name": "<наименование>",
"sku": "<идентификатор товара в системе Ozon>",
"offer_id": "<артикул>",
"price": "<цена>",
"old_price": "<старая цена>",
"vat": "<ставка ндс, например 0.2>",
"currency_code": "<валюта>"
}

View File

@ -0,0 +1,16 @@
 {
"result": {
"items": [
{
"product_id": 1111588191,
"offer_id": "143210608",
"is_fbo_visible": false,
"is_fbs_visible": false,
"archived": false,
"is_discounted": false
}
],
"total": 1,
"last_id": "WzExMTE1ODgxOTEsMTExMTU4ODE5MV0="
}
}

View File

@ -0,0 +1,13 @@
 {
"result": {
"items": [
{
"offer_id": "91132",
"product_id": 1156646653,
"status": "imported",
"errors": []
}
],
"total": 1
}
}

View File

@ -0,0 +1,13 @@
 {
"result": {
"items": [
{
"offer_id": "143210608",
"product_id": 1111588191,
"status": "imported",
"errors": []
}
],
"total": 1
}
}

View File

@ -0,0 +1,4 @@
 {
"offer_id": "<артикул>",
"attributes": "<массив обновляемых атрибутов>"
}

View File

@ -0,0 +1,5 @@
 {
"offer_id": "<массив артинкулов>",
"product_id": "<массив ID товаров>",
"visibility": "<видимость>"
}

View File

@ -0,0 +1,5 @@
 {
"result": {
"task_id": 1285616890
}
}

View File

@ -0,0 +1,6 @@
 {
"result": {
"task_id": 1285618666,
"unmatched_sku_list": []
}
}