Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Hi,

    We have not tested our plugins for webhook compatibility. All checkout custom field values are saved as part of order data(order meta), you can use the below function to retrieve Order meta field value.

    get_post_meta( int $order_id, string $field_name = ”, bool $single = false )

    Hi,

    Can you elaborate on that?
    The conditional fields are not added to the webhook.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can I add the customized fields into webhook?’ is closed to new replies.