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-09-09 17:25:55 +00:00 committed by Vitaly the Alpaca (bot)
parent 6a5ecd174a
commit 3f2187653b
12 changed files with 122 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,10 @@
 {
"errors": [
{
"barcode": "112233",
"code": "item_not_found",
"error": "sellerID of item 1626044001 is not 2128753",
"sku": 1626044001
}
]
}

View File

@ -0,0 +1,3 @@
 {
"errors": []
}

View File

@ -0,0 +1,5 @@
 {
"code": 5,
"message": "Resource not found",
"details": []
}

View File

@ -0,0 +1,5 @@
 {
"code": 5,
"message": "Resource not found",
"details": []
}

View File

@ -0,0 +1,3 @@
 {
"items": []
}

View File

@ -0,0 +1,68 @@
 {
"result": {
"items": [
{
"product_id": 1156646653,
"offer_id": "91132",
"price": {
"price": "1100.0000",
"old_price": "1100.0000",
"premium_price": "",
"recommended_price": "",
"retail_price": "0.0000",
"vat": "0.100000",
"min_ozon_price": "",
"marketing_price": "",
"marketing_seller_price": "",
"min_price": "0.0000",
"currency_code": "RUB",
"auto_action_enabled": false
},
"price_index": "0.00",
"commissions": {
"sales_percent": 0,
"fbo_fulfillment_amount": 0,
"fbo_direct_flow_trans_min_amount": 0,
"fbo_direct_flow_trans_max_amount": 0,
"fbo_deliv_to_customer_amount": 0,
"fbo_return_flow_amount": 0,
"fbo_return_flow_trans_min_amount": 0,
"fbo_return_flow_trans_max_amount": 0,
"fbs_first_mile_min_amount": 0,
"fbs_first_mile_max_amount": 25,
"fbs_direct_flow_trans_min_amount": 0,
"fbs_direct_flow_trans_max_amount": 0,
"fbs_deliv_to_customer_amount": 0,
"fbs_return_flow_amount": 0,
"fbs_return_flow_trans_min_amount": 0,
"fbs_return_flow_trans_max_amount": 0,
"sales_percent_fbo": 0,
"sales_percent_fbs": 0
},
"marketing_actions": null,
"volume_weight": 1.2,
"price_indexes": {
"price_index": "WITHOUT_INDEX",
"external_index_data": {
"minimal_price": "",
"minimal_price_currency": "",
"price_index_value": 0
},
"ozon_index_data": {
"minimal_price": "",
"minimal_price_currency": "",
"price_index_value": 0
},
"self_marketplaces_index_data": {
"minimal_price": "",
"minimal_price_currency": "",
"price_index_value": 0
}
},
"acquiring": 0
}
],
"total": 1,
"last_id": "WzExNTY2NDY2NTMsMTE1NjY0NjY1M10="
}
}

View File

@ -0,0 +1,7 @@
 {
"result": {
"items": [],
"total": 0,
"last_id": ""
}
}

View File

@ -0,0 +1,3 @@
 {
"result": []
}

View File

@ -0,0 +1,3 @@
 {
"result": []
}

View File

@ -0,0 +1,5 @@
 {
"code": 5,
"message": "item discount not found",
"details": []
}

View File

@ -0,0 +1,10 @@
 {
"result": [
{
"product_id": 1179230269,
"offer_id": "143210608",
"updated": true,
"errors": []
}
]
}