Get product creation status
Gets the status of adding a new product by task ID
Function GetProductCreationStatus(Val ClientID, Val APIKey, Val TaskID) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
ClientID | --clientid | String | ✔ | Client identifier |
APIKey | --apikey | String | ✔ | API key |
TaskID | --taskid | String, Number | ✔ | Add product task ID |
Returns: Map Of KeyAndValue - serialized JSON response from Ozon Seller API
tip
Method at API documentation: post /v1/product/import/info
1C:Enterprise/OneScript code example
ClientID = "2479669";
APIKey = "09f65e9f-262d-4aca...";
TaskID = "2911647802";
Result = OPI_Ozon.GetProductCreationStatus(ClientID, APIKey, TaskID);
- Bash
- CMD/Bat
oint ozon GetProductCreationStatus \
--clientid "***" \
--apikey "***" \
--taskid 2921237180
oint ozon GetProductCreationStatus ^
--clientid "***" ^
--apikey "***" ^
--taskid 2921237180