Create Notification (Example only)
POST {{baseUrl}}/notifications
Trigger sample notification. Only used for testing your integration.
Request Body
{"api_version"=>"3.4.0", "data"=>{"kind"=>"notification", "notification"=>{"notification_event"=>"ORDER_CREATE", "notification_id"=>"7a1d8c90-e151-11ea-9469-e52f164c2f27", "notification_item_id"=>"PRODUCT_ID/PAYMENT_ID/ORDER_REFERENCE", "notification_status"=>"DELIVERY_SUCCESS", "notification_account_id"=>"NOTIFICATION_ACCOUNT_ID", "notification_note"=>"New summer pricing added", "notification_created"=>"1972-02-14T01:01:07.225Z"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |