You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-10-08 22:51:57 +02:00
OZON: Архивировать/Разархивировать товары
This commit is contained in:
5
docs/en/data/Ozon/ArchiveProducts.json
Normal file
5
docs/en/data/Ozon/ArchiveProducts.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ClientID": "2128753",
|
||||
"APIKey": "7cc90d26-33e4-499b...",
|
||||
"ProductID": 1111588191
|
||||
}
|
5
docs/en/data/Ozon/UnarchiveProducts.json
Normal file
5
docs/en/data/Ozon/UnarchiveProducts.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ClientID": "2128753",
|
||||
"APIKey": "7cc90d26-33e4-499b...",
|
||||
"ProductID": 1111588191
|
||||
}
|
5
docs/en/examples/Ozon/ArchiveProducts.txt
Normal file
5
docs/en/examples/Ozon/ArchiveProducts.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1111588191";
|
||||
|
||||
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
|
5
docs/en/examples/Ozon/UnarchiveProducts.txt
Normal file
5
docs/en/examples/Ozon/UnarchiveProducts.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1111588191";
|
||||
|
||||
Result = OPI_Ozon.UnarchiveProducts(ClientID, APIKey, ProductID);
|
Reference in New Issue
Block a user