Frycold API
Complete Store Management Platform
https://api.frycold.comSecure Order
Complete order management system with secure payment processing, order tracking, and automated fulfillment workflows.
POST
https://api.frycold.com/ordersCreate a new order
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
code Response Example
{ "orderId": "ORD-12345", "status": "pending", "total": 299.99 } GET
https://api.frycold.com/orders/{orderId}Get order details and tracking information
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
orderIdstring
Yes
Order ID to retrieve
code Response Example
{ "orderId": "...", "status": "shipped", "items": [...] } PUT
https://api.frycold.com/orders/{orderId}/statusUpdate order status
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
orderIdstring
Yes
Order ID to update
code Response Example
{ "orderId": "...", "status": "delivered", "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.
