• Hi,

    I’m trying to retreive some content from a webhook. The webhook 1021 information is:

    user-agent: WooCommerce/2.6.14 Hookshot (WordPress/4.7.2)
    content-type: application/json
    x-wc-webhook-topic: order.created
    x-wc-webhook-resource: order
    x-wc-webhook-event: created

    I use this callout in a php file:

    print_r( $client->webhooks->get_deliveries( 1021 ) );

    How can I filter the callout to only display the field first_name, last_name, email of the customer and a custom field set in the product?

    Thanks a lot for your precious help!

The topic ‘API Deiveries’ is closed to new replies.