Occurs whenever an order is created. The payload will be an Order object.

Sample Payload

{
    "id": "102",
    "object": "webhook_event",
    "date_created": "2018-06-03T14:23:32+00:00",
    "event_type": "order.created",
    "version": "v2",
    "payload": {
        "object": "order",
        "id": 4534,
        "amount_paid": 15960,
        "content_catalog": 10119035,
        "currency": "usd",
        "date_created": "2018-06-01T17:45:34+00:00",
        "is_pay_later": false,
        "items": {
            "object": "list",
            "data": [
                {
                    "object": "order_item",
                    "id": 34,
                    "attributes": {
                        "object": "form_submission",
                        "fields": {
                            "f10119560": {
                                "object": "order_item_attribute",
                                "id": "f10119560",
                                "field_type": "radio_buttons",
                                "label": "Color",
                                "values": {
                                    "submitted_value": "Black",
                                    "display_value": ""
                                },
                                "formatted_value": "Black",
                                "price_modifier": 0,
                                "price_modifier_type": "percent",
                                "price_scope": "all_units"
                            }
                        }
                    },
                    "catalog_item": 379013,
                    "content_catalog": 10119035,
                    "date_created": "2018-06-01T17:45:34+00:00",
                    "description": "Ballpoint pens have smooth-flowing ink that makes writing even, smooth and clear. These disposable pens offer 40 percent longer writing life without messy refills.",
                    "exempt_from_shipping": false,
                    "is_taxable": true,
                    "portal": {
                        "object": "portal",
                        "id": 1147329,
                        "title": "XYZ Corporation"
                    },
                    "pricing": {
                        "object": "order_item_pricing",
                        "unit": 1995,
                        "volume": 1995,
                        "subtotal": 19950
                    },
                    "quantity": 10,
                    "shipment": 675,
                    "short_description": "Ballpoint Pens",
                    "sku": "PEN-001",
                    "status": "ordered",
                    "tax_class": 4534,
                    "tax_percentage": 0,
                    "title": "Pens",
                    "weight": 1.1
                }
            ]
        },
        "message": {
            "object": "message",
            "id": 52,
            "date_created": "2018-06-01T17:45:34+00:00",
            "message_type": "online_order",
            "message_tracking_number": "4354fjsldi930g",
            "form": 10119026,
            "user": 11,
            "portal": 1147329,
            "file": 0,
            "online_proof": 0,
            "order": 4534,
            "event_submission": 0
        },
        "order_type": "catalog",
        "payment_transactions": {
            "object": "list",
            "data": [
                {
                    "object": "payment_transaction",
                    "id": 3423,
                    "amount": 15960,
                    "currency": "usd",
                    "date_created": "2018-06-01T17:45:34+00:00",
                    "is_recurring": false,
                    "payment_type": "credit_card",
                    "test_mode": false,
                    "transaction_id": "409860394asdl48902kldklf93kd",
                    "transaction_status": "captured",
                    "transaction_type": "payment"
                }
            ]
        },
        "portal": {
            "object": "portal",
            "id": 1147329,
            "title": "XYZ Corporation"
        },
        "pricing": {
            "object": "order_pricing",
            "shipping": 0,
            "shipping_discount": 0,
            "subtotal": 19950,
            "subtotal_discount": 3990,
            "tax": 0,
            "total": 15960
        },
        "promo_code": {
            "object": "order_promo_code",
            "id": 2,
            "promo_code": {
                "object": "promo_code",
                "id": 3,
                "promo_code": "save20"
            },
            "shipping_discount": 0,
            "subtotal_discount": 3990
        },
        "shipping_tax_percentage": 0,
        "status": "new",
        "user": {
            "object": "website_user",
            "id": 11,
            "third_party_identifier": "",
            "username": "xyzcorp"
        }
    }
}