copyMasterListProductsToErply

Copy items from the Master List to Erply's active product catalog.

If the item with same ID does not exist in Erply products, API call adds it (with same ID). Otherwise overwrites product fields with the values from Master List.

For other Master List-related API calls, see findMasterListProducts and saveMasterListProducts.

Input parameters

Parameter name Description Possible value Required
productIDs Multiple product IDs, separated by commas, such as: 1,2,3,4,5. string yes

Response

Field name Type Description
productIDsNotFound string Comma-separated list of product IDs that were not found in Master List.

This API call returns error 1006 if Master list is not enabled on your account.