Claim Replacement

Be notified every time a customer's claim has been approved for a replacement item to be sent to them. The Replacement Webhook request body will have the following structure:

{
  "order_id": "1455353616",
  "mulberry_order_id": "xyz123",
  "customer": {
    "first_name": "Josephine",
    "last_name": "Clark",
    "address1": "123 Mint St. Apt 3F",
    "address2": "",
    "phone": "",
    "city": "Brooklyn",
    "state": "New York",
    "zip": "11231",
    "country": "United States",
    "country_code": "US",
    "email": "[email protected]"
  },
  "warranty": {
    "warranty_duration": 24,
    "warranty_price": "45.50",
    "warranty_id": "WTY-233",
    "warranty_program_id": "007eb412ccd3"
  },
  "replacement_id": "238axf235z",
  "product_id": "123456",
  "product_price": "1500.00",
  "product_title": "Apple Macbook Pro 2018",
  "product_meta": [
    {
      "field_name": "SKU",
      "field_value": "gkug459k-y"
    }]
}