1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00
OpenIntegrations/docs/en/examples/Ozon/DeleteProductsWithoutSKU.txt
Vitaly the Alpaca (bot) 24505af749 Main build (Jenkins)
2024-09-29 00:25:48 +03:00

12 lines
300 B
Plaintext

OPI_Tools.Pause(30);
ClientID = "2128753";
APIKey = "7cc90d26-33e4-499b...";
ProductID = "1202180384";
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
Article = "143210609";
Result = OPI_Ozon.DeleteProductsWithoutSKU(ClientID, APIKey, Article);