Frycold API
Complete Store Management Platform
https://api.frycold.comProduct Master
Comprehensive product catalog management with inventory tracking, pricing controls, and multi-channel synchronization.
GET
https://api.frycold.com/productsList all products with pagination
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
limitnumber
No
Results per page (default: 50)
pagenumber
No
Page number (default: 1)
code Response Example
{ "products": [...], "total": 500, "page": 1 } GET
https://api.frycold.com/products/{productId}Get detailed product information
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
productIdstring
Yes
Product ID
code Response Example
{ "id": "...", "name": "...", "price": 99.99, "stock": 150 } PUT
https://api.frycold.com/products/{productId}/inventoryUpdate product inventory levels
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
productIdstring
Yes
Product ID
code Response Example
{ "productId": "...", "stock": 200, "updated": true }
Need some help?
We all do sometimes; code is hard.
Get help now from our support team, or lean on the wisdom of the crowd by browsing #frycold tag the dev portals.
