Operation Id:
products/restore/post [Official Documentaction]
Methods
- productId Integer
Examples
This function restores a specific product with an id of 44.
const result = await idosellRequest.postProductsRestore
.productId(44)
.exec()
This function restores a specific product with an id of 44.
const result = await idosellRequest.postProductsRestore
.productId(44)
.exec()