Product list
get all product list
GET
http://node-staging.billeasy.in/api/v1/Clients/products?
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
category_id
number
store_id
integer
client_id
integer
Headers
Name
Type
Description
x-client-token
string
x-api-secret
string
x-api-access
string
Content-Type
string
{
"success": true,
"msg": "Products.",
"data": [
{
"id": 2449,
"name": "Desk Plant",
"alias_name": "Desk Plant",
"stock_quantity": 100,
"color_code": "#0CC1B0",
"is_favourite": false,
"client_id": 306,
"pos_product_category_id": 12,
"custom_field": {
"image": [
"https://elasticbeanstalk-ap-south-1-579535670794.s3.ap-south-1.amazonaws.com/Billeasy/pos_products/IMG_6694_800+px.png"
]
},
"price": 120,
"sku": "1234",
"created_at": "2019-09-17T11:37:40.475Z"
}]
Last updated
Was this helpful?