Danh sách
Trả về danh sách sản phẩm có phân trang theo các điều kiện lọc
HTTP Request
GET /api/v3/products
Query Parameters
Parameter | Default | Description |
---|---|---|
category_id | 0 | Lọc theo danh mục sản phẩm |
grap | false | Nếu lọc theo danh mục sản phẩm thì tham số này cho phép lấy cả sản phẩm thuộc danh mục con của danh mục cần tìm kiếm |
saleoff | false | Lọc theo các sản phẩm có khuyến mại (có giá khuyến mại) |
product_name | Tìm kiếm theo tên sản phẩm | |
product_code | Tìm theo mã sản phẩm |
Response
{
"records": [
{
"product_id": "4371",
"category_id": null,
"origin_id": null,
"unit_id": "0",
"manufacturer_id": null,
"services": "0",
"saleoff_price": "0",
"created_at": "11-11-2017",
"technique": "",
"updated_at": "11-11-2017",
"featured_image": null,
"product_code": "NAM004",
"product_name": "Áo vest nam màu xanh trắng",
"last_active": "0000-00-00 00:00:00",
"description": null,
"cover_price": "1299000",
"discount": "0",
"price_wholesale": null,
"discount_wholesale": null,
"price_online": null,
"discount_online": null,
"price_average_in": "0",
"discount_in": null,
"short_description": null,
"product_vat": "0",
"images": [],
"thumbnail_file": "https://sample.getflycrm.com/assets/images/no-product.jpg"
},
{
"product_id": "4366",
"category_id": null,
"origin_id": null,
"unit_id": null,
"manufacturer_id": null,
"services": null,
"saleoff_price": "0",
"created_at": "03-11-2017",
"technique": "",
"updated_at": "03-11-2017",
"featured_image": null,
"product_code": "1",
"product_name": "Tượng Quan Công",
"last_active": "0000-00-00 00:00:00",
"description": "",
"cover_price": "52000000",
"discount": null,
"price_wholesale": null,
"discount_wholesale": null,
"price_online": "51000000",
"discount_online": null,
"price_average_in": null,
"discount_in": null,
"short_description": null,
"product_vat": null,
"images": [
{
"file_id": "68",
"file_name": "13315413_504567209748552_8962201007053306221_n.jpg",
"thumbnail_file": "13315413_504567209748552_8962201007053306221_n.jpg",
"file_type": "1",
"product_id": "4366",
"thumb_src": "https://sample.getflycrm.com/uploads/crm/product/4366/thumbs/13315413_504567209748552_8962201007053306221_n.jpg",
"origin_src": "https://sample.getflycrm.com/uploads/crm/product/4366/13315413_504567209748552_8962201007053306221_n.jpg"
}
],
"thumbnail_file": "https://sample.getflycrm.com/uploads/crm/product/4366/thumbs/13315413_504567209748552_8962201007053306221_n.jpg"
},
{
"product_id": "4352",
"category_id": null,
"origin_id": null,
"unit_id": "0",
"manufacturer_id": null,
"services": "0",
"saleoff_price": "0",
"created_at": "18-10-2017",
"technique": "",
"updated_at": "18-10-2017",
"featured_image": null,
"product_code": "SPA012",
"product_name": "Sản phẩm SPA0012",
"last_active": "0000-00-00 00:00:00",
"description": null,
"cover_price": null,
"discount": "0",
"price_wholesale": null,
"discount_wholesale": null,
"price_online": null,
"discount_online": null,
"price_average_in": "0",
"discount_in": null,
"short_description": null,
"product_vat": "0",
"images": [],
"thumbnail_file": "https://sample.getflycrm.com/assets/images/no-product.jpg"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total_page": 219,
"total_records": 4369
}
}