Product Master

Comprehensive product catalog management with inventory tracking, pricing controls, and multi-channel synchronization.

GET https://api.frycold.com/products

List all products with pagination

Parameters

Name
Type
Required
Description
apikey
string
Yes
Your API authentication key
limit
number
No
Results per page (default: 50)
page
number
No
Page number (default: 1)

Response Example

{ "products": [...], "total": 500, "page": 1 }
GET https://api.frycold.com/products/{productId}

Get detailed product information

Parameters

Name
Type
Required
Description
apikey
string
Yes
Your API authentication key
productId
string
Yes
Product ID

Response Example

{ "id": "...", "name": "...", "price": 99.99, "stock": 150 }
PUT https://api.frycold.com/products/{productId}/inventory

Update product inventory levels

Parameters

Name
Type
Required
Description
apikey
string
Yes
Your API authentication key
productId
string
Yes
Product ID

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.