1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-24 05:36:29 +02:00
OpenIntegrations/docs/en/examples/Ozon/DeleteProductsWithoutSKU.txt

12 lines
300 B
Plaintext
Raw Normal View History

 OPI_Tools.Pause(30);
2024-09-21 10:57:02 +03:00
ClientID = "2128753";
APIKey = "7cc90d26-33e4-499b...";
2024-10-15 21:04:48 +03:00
ProductID = "1225027715";
Result = OPI_Ozon.ArchiveProducts(ClientID, APIKey, ProductID);
2024-09-09 23:29:31 +03:00
Article = "143210609";
Result = OPI_Ozon.DeleteProductsWithoutSKU(ClientID, APIKey, Article);