When the Remarkety WooCommerce plugin is installed, it sets up a few outgoing webhooks so that changes in your store's data get pushed to Remarkety and update the data there.

To make sure that the webhooks are setup properly, go to:

Wordpress Admin -> WooCommerce -> Settings -> Advanced -> Webhooks :

mceclip0.png

 

The "Delivery URL" for all the Remarkety webhooks should be:

  https://webhooks.remarkety.com/webhooks?storeId=<Store ID>

Where <Store ID> is your store ID in Remarkety, which you can find in your Remarkety admin area under Settings -> API Keys:

mceclip2.png

 

The list of the topics you should have are:

product.updated
product.created
order.created
order.updated
order.deleted
customer.created
customer.updated
customer.deleted

If a topic is missing, you can create one as follows:

1. Find your API Connection Code by going to Settings -> Remarkety WC API :

mceclip3.png

 

2. Go back to the WooCommerce webhooks screen, and create a new Webhook (WooCommerce -> Settings -> Advanced -> Webhooks -> Add Webhook).

3. Fill out the information for the new webhook as follows:

Name: "Remarkety <topic>" (ie, "Remarkety Order Created")

Status: Active

Topic: <topic>

Delivery URL : https://webhooks.remarkety.com/webhooks?storeId=<Store ID>  (see above)

Secret: <Your API Connection Code from step 1>

API Version: WP REST API Integration v3

And click "Save Webhook". For example:

mceclip4.png

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.