Nhảy tới nội dung

Chi tiết sản phẩm

Lấy thông tin chi tiết một sản phẩm

HTTP Request

[GET] /api/v6/products/{id}

Query Parameters

Fields

FieldsTypeDescription
idintegerĐịnh danh
category_idintegerDanh mục sản phẩm
origin_idintegerNguồn gốc
unit_idintegerĐơn vị tính
manufacturer_idintegerNhà sản xuất
servicesboolLà sản phẩm dịch vụ
saleoff_pricefloatChiết khấu online
created_attimestampNgày tạo
updated_attimestampNgày sửa
featured_imagestringLogo sản phẩm
product_namestringTên sản phẩm
product_codestringMã sản phẩm
last_activetimestampThời gian hoạt động cuối
descriptionstringMô tả
cover_pricefloatGiá bán lẻ
price_wholesalefloatGiá bán buôn
discountfloatChiết khấu sản phẩm
short_descriptionstringMô tả ngắn
discount_wholesalefloatChiết khấu bán buôn
price_onlinefloatGiá bán online
discount_onlinefloatChiết khấu bán online
price_average_infloatGiá mua
discount_infloatChiết khấu giá mua
product_vatfloatVAT sản phẩm
imagesstring[]Ảnh sản phẩm

Example

HTTP Request

GET api/v6/products/4?fields=product_name HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json

Status

200 OK

Response

{
"id": 4,
"product_name": "TEST PRODUCT API"
}