Skip to main content

Product Details

Get detailed information of a product

HTTP Request

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

Query Parameters

Fields

FieldsTypeDescription
idintegerIdentifier
category_idintegerProduct category
origin_idintegerOrigin
unit_idintegerUnit of measurement
manufacturer_idintegerManufacturer
servicesboolIs service product
saleoff_pricefloatOnline discount
created_attimestampCreation date
updated_attimestampModification date
featured_imagestringProduct logo
product_namestringProduct name
product_codestringProduct code
last_activetimestampLast active time
descriptionstringDescription
cover_pricefloatRetail price
price_wholesalefloatWholesale price
discountfloatProduct discount
short_descriptionstringShort description
discount_wholesalefloatWholesale discount
price_onlinefloatOnline selling price
discount_onlinefloatOnline selling discount
price_average_infloatPurchase price
discount_infloatPurchase discount
product_vatfloatProduct VAT
imagesstring[]Product images
custom_fieldsobjectData definition

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"
}