Skip to main content
WEBHOOK
product.imported
{
  "event_id": "evt_01hgas2cm8r02nxryp83jqvg6k",
  "event_type": "product.imported",
  "occurred_at": "2024-01-28T10:54:46.181Z",
  "notification_id": "ntf_01hd46rqryfc8d7d5yz595k2k6",
  "data": {
    "id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
    "name": "VIP support",
    "tax_category": "standard",
    "type": "standard",
    "description": "Get exclusive access to our expert team of product specialists, available to help you make the most of your AeroEdit subscription.",
    "image_url": "https://paddle.s3.amazonaws.com/user/165798/qgyipKJwRtq98YNboipo_vip-support.png",
    "custom_data": null,
    "status": "active",
    "import_meta": {
      "external_id": "16a2c842-8ddc-11ee-b9d1-0242ac120002",
      "imported_from": "paddle_classic"
    },
    "created_at": "2024-01-28T10:54:46.181Z",
    "updated_at": "2024-01-28T10:54:46.181Z"
  }
}

Headers

Paddle-Signature
string
required

Signature for this request. Use to verify that webhooks come from Paddle.

Example:

"ts=1671552777;h1=eb4d0dc8853be92b7f063b9f3ba5233eb920a09459b6e6b2c26705b4364db151"

Body

application/json

Occurs when a product is imported.

updated_at may be null in events that occurred before this field was added to product entities.

data
Product Notification · object

Represents a product entity.

Response

200

Respond with an HTTP 200 status code within 5 seconds to let Paddle know that you successfully received the message.

If your server sends another kind of status code or doesn't respond, Paddle automatically retries using an exponential backoff schedule.