The Add to Store Webhook allows partners to connect a custom store or external ecommerce system to Apliiq’s standard Add to Store workflow.
By adding a webhook URL to your Apliiq account, you can send product data from Apliiq to your own store endpoint whenever you use the Add to Store button. This is useful for partners who want to add Apliiq products to a custom-built storefront, private ecommerce platform, or integration that is not directly supported by Apliiq’s standard store apps.
The Add to Store Webhook lets you save a custom POST URL inside your Apliiq account.
Once your webhook URL has been added, Apliiq will display your custom store as an available store option when using the standard Add to Store feature.
When you select your custom store, Apliiq will deliver a predetermined product data package to your webhook URL. Your system can then use that payload to create or update the product inside your webstore.
You can add your Add to Store Webhook URL in the same location as your other store webhooks.
After the webhook has been saved, your custom store will be available inside Apliiq’s normal Add to Store workflow.
After your webhook URL has been added:
Apliiq will send the product data payload to the webhook URL saved for that custom store.
When the Add to Store Webhook is triggered, Apliiq sends a predetermined product data package to your webhook URL.
This payload may include product information needed by your store to create the product listing, such as:
The exact data included in the payload may depend on the product and the integration configuration.
Your webhook endpoint must be able to accept a POST request from Apliiq.
Your system should be prepared to:
The Add to Store Webhook does not automatically build your store integration for you. Your receiving system must be configured to accept the payload from Apliiq and use that data to create products in your ecommerce platform.
If your webhook URL is incorrect, unavailable, or unable to process the payload, the product may not be added successfully to your custom store.
If products are not being added to your custom store, check the following:
The Add to Store Webhook gives partners a flexible way to connect Apliiq’s product creation tools to a custom ecommerce workflow.
Once your webhook URL is added under your store webhook settings, you can use Apliiq’s standard Add to Store button, select your custom store, and Apliiq will deliver the product payload to your webhook endpoint.