API credentials and webhooks
Your ShopWired account’s API credentials
Your ShopWired account has a single set of API credentials (an API key and an API secret) that can be used by external applications to read and write data from/to your ShopWired account.
To obtain your ShopWired account's API credentials, navigate to Your account (top right) > API & webhooks.
You can generate a new set of API keys (removing access to any third party or external application that has your existing API keys) by navigating to Your account (top right) > API & webhooks and selecting the generate new API credentials
option.
ShopWired webhooks
ShopWired webhooks
Webhooks are used by ShopWired to send notifications when certain events happen on your ShopWired account (for example, when a new order is created or when a product is edited). ShopWired will send a POST request
to a subscribed URL.
A list of available webhooks can be viewed by navigating to Your account (top right) > API & webhooks and using the add new webhook
option to view the available webhooks in the Select the webhook topic list.
To request a new webhook notification:
- Navigate to Your account (top right) > API & webhooks
- Select the
add new webhook
option - Use the Select the webhook topic setting to select the webhook you would like to be notified for
- Enter the URL that you would like to receive the notification to using the Enter the notification URL for the webhook setting (HTTPS is required for all URLs)
- A verification will be sent to the webhook's notification URL which should be responded to with the verification request payload