Order Success

You can be notified every time a Mulberry warranty is sold for one of your products. The request body of the Order Success Webhook will have the following structure:

{
  "order_status_value":"Active",
  "order_id":"xyz123",
  "line_items":[
    {
      "warranty":{
        "service_type":"Replacement",
        "customer_cost":"49.00",
        "duration_months":"24",
        "warranty_hash":"115cc3662dd10547539a185c6398eeaa5ed0df5d164c83e0ca0ffe14be1bddec"
      },
      "products":[
        {
          "name":"Apple Macbook Pro 2018",
          "price":"1500.00",
          "external_product_id":"123456"
        }
      ],
      "created_date":"2019-08-12 11:17:31.044387-05:00"
    }
  ],
  "customer":{
    "first_name":"Josephine",
    "last_name":"Clark",
    "billing_address_1":"123 Mint St. Apt 3F",
    "billing_address_2":"",
    "billing_city":"Brooklyn",
    "billing_state":"NY",
    "billing_zip":"11231",
    "billing_country":"United States",
    "phone":"[email protected]",
    "email":""
  },
  "external_order_id":"1455353616",
  "created_date":"2019-08-02 11:17:31.035565+00:00"
}