Sign in

Set special prices

documented

Create or update special prices for products.

POST /rest/{store_code}/V1/products/special-priceCatalogno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$host}}/rest/{{$store_code}}/V1/products/special-price" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"prices": [ {"price": {{$price}}, "store_id": {{$store_id}}, "price_from": "{{$price_from}}", "price_to": "{{$price_to}}", "sku": "{{$sku}}"} ]}'
Set special prices · Adobe Commerce (Magento) · OpenIntegrations