Add selected store information to webhook data
-
When using Woocommerce webhooks you get shipping details submitted too. These shipping lines look like the following when using the plugin WC Pickup Store:
"shipping_lines": [ { "id": 7, "method_title": "Pickup Store", "method_id": "wc_pickup_store", "instance_id": "0", "total": "0.00", "total_tax": "0.00", "taxes": [ ], "meta_data": [ { "id": 54, "key": "Items", "value": "Article 1" } ] } ],
As you can see, there is no information about the selected store included. Would it be possible for you to extend your plugin so Woocommerce will also submit the ID of the selected store?
- The topic ‘Add selected store information to webhook data’ is closed to new replies.