This feed structure lets us track your own prices from a single point instead of visiting all your product URLs one by one and it's mostly used when you want to track a lot of products in your Prisync account.
JSON Feed for Full Product Listings
This feature lets you add a JSON array of objects which provides multiple products listings in a single feed URL.
Each JSON object represents a product and the current upper limit is 25,000 objects per JSON Feed. A second JSON Feed will be necessary when the upper limit is exceeded. When a JSON Feed exceeds the limit, only the first 25,000 objects will be processed and the rest will be ignored.
How You Can Use It
You should share an accessible URL of your JSON Feed with us. Prisync retrieval engine will send an HTTP GET request to that URL to retrieve your JSON Feed.
A sample URL for your JSON Feed: https://yourshopdomain.com/product_json_feed
This URL must have data only in JSON format. An HTML page is not supported, even if it has the information we need.
That URL must have JSON data as the following sample;
( Your JSON object should contain an array named as “data” and it is not changeable. )
Product Properties
All of the following variables are required in a JSON object and field names aren’t changeable.
The points to pay attention:
- All product URLs that you have in your JSON feed should have a suffix of "#_feed"
- You should have the exact same name, product_code, and URL in both JSON feed and your Prisync account.