Prisync
Prisync is a competitor price tracking and dynamic pricing software for E-Commerce businesses. Visit https://prisync.com for more information.
18 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Prisync endpoints
| Method | Endpoint | Description |
|---|---|---|
| Product | ||
| GET |
List all products in your account /list/product/startFrom/{startFrom} |
This endpoint returns information about the products that have been added to Prisync via web UI or the API. The result is paginated. Each page contains up to 100 products. |
| GET |
List all products in your account with price information /list/product/summary/startFrom/{startFrom} |
This endpoint returns information about the products including price information that have been added to Prisync via web UI or the API. The result is paginated. Each page… |
| GET |
Get a particular product /get/product/id/{id} |
This endpoint returns product info with given id. |
| POST |
Delete given product and all of attached URLs /delete/product/id/{id} |
This endpoint can be used on delete product with given id. P.S. Product deletion requires further cleaning so that it may take a few seconds to finish the request. |
| POST |
Edit Product /edit/product/id/{id} |
This endpoint can be used for changing name, brand, category, product code or product cost of given product. This is a overwriting operation. The product will be updated with the… |
| GET |
Get status of a batch import /progress/batchImport |
This endpoint returns progress status of batch import product. /add/batch request works asynchronously which means it returns success immediately, then it adds all the products… |
| POST |
Create multiple products (bulk add) /add/batch |
This endpoint can be used on adding more than one product at a time. You can make a request to this endpoint whenever you want to add more than one product. Instead of writing… |
| POST |
Add a new product /add/product |
This end point can be used on adding a new product to your Prisync account. |
| URL | ||
| GET |
Get a specific URL /get/url/id/{id} |
This endpoint returns URL info with given id. Tip: When you want to get all URLs belonging to a particular product, first you should make a request for getting the details of the… |
| POST |
Add a new URL to given product /add/url |
Add a URL to a particular product. You can add your own URL or a competitor's URL to one of your products. Tip Let's say you want to add your first product (e.g. MyBook Laptop… |
| POST |
Delete given URL /delete/url/id/{id} |
This endppoint can be used on delete url with given id. Tip The web is a dynamic environment. Products go out of stock, even they are not sold anymore. Websites move products to… |
| Brand | ||
| GET |
List all brands in the store /list/brand/startFrom/{startFrom} |
This endpoint returns list of your brands. The response is paginated and it can show 100 brands at a time. |
| POST |
Change the name of a particular brand /edit/brand/id/{id} |
This endpoint can be used on editing brand name with given id. Tip You can get the id of a Brand using /get/brand/name/{name} request. |
| GET |
Get a specific brand /get/brand/id/{id} |
This endpoint returns brand info with given id. Tip You can get the id of a Brand using /get/brand/name/{name} request. |
| Category | ||
| GET |
Get a specific category /get/category/id/{id} |
This endpoint returns category info with given id. Tip You can get the id of a Category using /get/category/name/{name} request. |
| POST |
Change the name of a particular category /edit/category/id/{id} |
This endpoint can be used on editing category name with given id. Tip You can get the id of a Category using /get/category/name/{name} request. |
| GET |
List all categories in the store /list/category/startFrom/{startFrom} |
This endpoint returns list of your categories. The response is paginated and it can show 100 categories at a time. |
| Account | ||
| GET |
Returns account info /account |
This endpoint returns your account details. |
Prisync pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $155 / month | — |
|