Skip to content

Custom ECommerce

You can set up a custom URL for Ecommerce integration, and ProfitSystem will send QOH updates to that URL automatically.

You can use this in addition to Estyle and other Ecommerce integrations.

A QOH payload is sent to the URL via POST. The payload has the following fields:

{
  "vendorname": "Impression Bridal",
  "vendorstyle": "20154",
  "size": "10",
  "color1": "BRONZE/BLA",
  "color2": "",
  "color3": "",
  "color4": "",
  "QOH": 10.00
}

The payload is sent each time a stock sale or cancellation affects the quantity on hand. It can also be triggered using the Update QOH on Custom URL button which is located on the Retail Inventory form on the E-Commerce tab.

There is a batch QOH update located at Housekeeping->Import Export Sync Data->Custom Ecomm QOH Sync, or Setup->Import Data->Custom Ecomm QOH Sync This will process all retail inventory items and send a JSON payload for each one to the custom URL.

Getting started

Go to Housekeeping->General Setup->Stores->Ecommerce Integrations tab or Setup-General Setup->Stores->Ecommerce Intgrations and enter a URL for Custom Ecommerce URL. Restart the ProfitSystem.

Each update is logged under the CESYNC code. Go to Housekeeping->General Setup->Log or Setup-General Setup->Log and Filter to key types CESYNC. You can see the payload sent and the result.