Single product by product_id
GET
http://node-staging.billeasy.in/api/v1/Clients/products/{product_id}
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
product_id
string
Headers
Name
Type
Description
Content-Type
string
x-api-access
string
x-api-secret
string
x-client-token
string
{
"success":true,
"msg":"Single product by sku.",
"data":{
"id":2342,
"name":"Tetley",
"stock_quantity":10,
"color_code":"#0CC1B0",
"is_favourite":false,
"client_id":306,
"pos_product_category_id":13,
"custom_field":"{}",
"price":45.72,
"sku":"8901052087778",
"created_at":"2019-09-11T07:19:03.116Z"
}
}
Last updated
Was this helpful?