I have a webhook capturing the data from a woocommerce, the issues are mainly two:
- The data parsed changes, in some cases will include some data, in some other cases will show the missing data in a slight different data structure. This causes that by using specific variables in some cases will generate a missing token error, and in others will simply go through.
Data sample 1: First lines of code parsed
Data sample 2: First lines of code parsed, NOW missing the data shown above.
- The metada, displays only 1 item on the webhook and woocomerce. Some items like line items in the checkout, if multiple products are included, only the first one on the list will be available to use as variable.
Data parsed:
Variable Options in webhook module: