WEBHOOK
LabelRequests
{
  "topic": "label.request",
  "trigger": "label.request.issued",
  "id": "5fc3126e-68c5-45f8-81b5-35e3d67027c2",
  "return_id": 1001,
  "shop_id": 50,
  "created_at": "2023-11-07T05:31:56Z",
  "addresses": {
    "origin": {
      "name": "Alice Returns",
      "address1": "123 Example Rd",
      "company": "Example Co.",
      "address2": "Apt A",
      "city": "Columbus",
      "state": "Ohio",
      "zip": "43215",
      "country": "United States",
      "country_code": "US",
      "phone": "12345678901"
    },
    "destination": {
      "name": "My Domestic Warehouse",
      "address1": "123 Commerce St",
      "company": "Ecommerce Inc.",
      "address2": "Ste 100",
      "city": "Columbus",
      "state": "Ohio",
      "zip": "43215",
      "country": "United States",
      "country_code": "US",
      "phone": "12345678901"
    }
  },
  "parcel": {
    "height": 5,
    "width": 10.9,
    "length": 20.2,
    "weight": 65.9
  },
  "products": [
    {
      "name": "Green T-Shirt",
      "sku": "tshirt-g-2314-L",
      "hs_code": "61051000",
      "country_of_origin": "US",
      "price": {
        "amount": 100,
        "currency": "USD"
      }
    }
  ]
}

Body

application/json

Response

200

Return a 200 status to indicate that the data was received successfully.