You can add/update special prices by REST API in Magento with V1/products/<SKU> endpoint.
If you want to give offers/discounts to the products over a specific period of days, you can give it with the help of REST API.
Endpoint URL: <BASE_URL>/rest/V1/products/<SKU> (Example: https://magento245.test/rest/default/V1/products/my-sku) Continue reading “How to update special price by REST API magento 2?”