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
Vitaly the Alpaca (bot) 7ed0455efe Main build (Jenkins)
2024-10-12 15:46:40 +03:00

12 lines
300 B
Plaintext

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