@SoumyaAcharya We were able to integrate webhook with the DOBO extension but when we receive the payload after the product update.
We are not able to see all the delta that has been changed.
for instance, we update the product’s weight but it was not received as part of the webhook’s payload.
{
"product": {
"is_dependent": true,
"tax_identifier": {
"hsn_code_id": "6277839f5e4c6fdbc8be41ea",
"reporting_hsn": "64041190H1",
"hsn_code": "64041190"
},
"name": "Puma shoes v2",
"variant_media": {},
"currency": "INR",
"item_code": "1714324629",
"category_slug": "others-level-3",
"attributes": {},
"variants": {},
"short_description": "",
"tags": [],
"description": "",
"country_of_origin": "India",
"brand_uid": 5989,
"highlights": [],
"is_active": true,
"uid": 10333616,
"product_publish": {
"is_set": false,
"product_online_date": "2024-06-16T06:43:12.801000+00:00"
},
"multi_size": false,
"slug": "puma-shoes--10333616",
"teaser_tag": {
"tag": "Fynd Assured"
},
"no_of_boxes": 20,
"custom_order": {
"manufacturing_time": 0,
"manufacturing_time_unit": "days",
"is_custom_order": false
},
"company_id": 7477,
"template_tag": "supplementary",
"media": [
{
"url": "https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/IK_MZgtTQ-Puma-shoes.png",
"type": "image"
}
],
"item_type": "standard",
"is_set": false,
"_custom_json": {},
"category_uid": 436,
"net_quantity": {
"unit": "nos",
"value": 20
},
"trader": [
{
"name": "test",
"address": [
"test"
],
"type": "Manufacturer"
}
],
"is_image_less_product": false,
"product_group_tag": [],
"departments": [
8
],
"size_guide": "shoes",
"return_config": {
"returnable": false,
"unit": "days",
"time": 0
}
}
}
Above payload has been received when the we updated the product’s weight from 1000g to 900g. But that info is not present.
Is there any other way to receive that information?