Sign in

Deleted product

documented

Webhook invoked when a product is deleted.

POST /deletedProductProductno 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://{{$webhook_domain}}/deletedProduct" \
  -X POST \
  -H "Content-Type: application/json; charset=UTF-8" \
  -H "Accept: application/json" \
  -H "apiKey: {{REZDY_API_KEY}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"productType": "{{$productType}}", "name": "{{$name}}", "shortDescription": "{{$shortDescription}}", "description": "{{$description}}", "productCode": "{{$productCode}}", "internalCode": "{{$internalCode}}", "supplierId": {{$supplierId}}, "supplierAlias": "{{$supplierAlias}}", "supplierName": "{{$supplierName}}", "timezone": "{{$timezone}}", "advertisedPrice": {{$advertisedPrice}}, "currency": "{{$currency}}", "priceOptions": [{"currency": "{{$currency}}", "advertisedPrice": {{$advertisedPrice}}}] }'"