You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-15 00:15:19 +02:00
OZON: Связанные SKU и штрихкоды
This commit is contained in:
7
docs/en/examples/Ozon/BindBarcodes.txt
Normal file
7
docs/en/examples/Ozon/BindBarcodes.txt
Normal file
@ -0,0 +1,7 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
|
||||
BarcodesMap = New Map;
|
||||
BarcodesMap.Insert(1626044001, "112233");
|
||||
|
||||
Result = OPI_Ozon.BindBarcodes(ClientID, APIKey, BarcodesMap);
|
5
docs/en/examples/Ozon/CreateBarcodes.txt
Normal file
5
docs/en/examples/Ozon/CreateBarcodes.txt
Normal file
@ -0,0 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
ProductID = "1111588191";
|
||||
|
||||
Result = OPI_Ozon.CreateBarcodes(ClientID, APIKey, ProductID);
|
5
docs/en/examples/Ozon/GetRelatedSKUs.txt
Normal file
5
docs/en/examples/Ozon/GetRelatedSKUs.txt
Normal file
@ -0,0 +1,5 @@
|
||||
ClientID = "2128753";
|
||||
APIKey = "7cc90d26-33e4-499b...";
|
||||
SKU = 1626044001;
|
||||
|
||||
Result = OPI_Ozon.GetRelatedSKUs(ClientID, APIKey, SKU);
|
Reference in New Issue
Block a user