New product
documentedWebhook invoked when a new product is created.
POST /newProductProductno implementation yet0 runsNo 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}}/newProduct" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"productType": "{{$productType}}", "name": "{{$name}}", "shortDescription": "{{$shortDescription}}", "description": "{{$description}}", "productCode": "{{$productCode}}", "currency": "{{$currency}}", "advertisedPrice": {{$advertisedPrice}}, "bookingMode": "{{$bookingMode}}", "barcodeOutputType": "{{$barcodeOutputType}}", "barcodeType": "{{$barcodeType}}", "bookingFields": [{"label": "{{$fieldLabel}}", "value": "{{$fieldValue}}"}], "cancellationPolicyDays": {{$cancellationPolicyDays}}, "charter": {{$charter}}}'