Skip to Content

FrequentProductResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the product.[default to null]
nameStringName of the product.[default to null]
descriptionStringOptional description of the product.[optional] [default to null]
barcodeStringOptional barcode of the product.[optional] [default to null]
priceDoubleRegular price of the product.[default to null]
discount_priceDoubleDiscounted price of the product.[default to null]
currency_codeStringCurrency code for the product pricing.[default to null]
is_activeBooleanWhether the product is active.[default to null]
deliverableBooleanWhether the product can be delivered.[default to null]
featuredBooleanWhether the product is featured.[default to null]
digitalBooleanWhether the product is digital.[default to null]
age_restrictedBooleanWhether the product has age restrictions.[default to null]
available_qtyIntegerAvailable quantity of the product.[optional] [default to null]
vendor_idLongUnique identifier for the vendor.[default to null]
photoStringPhoto URL for the product.[optional] [default to null]
optionsListProduct options.[optional] [default to null]
option_groupsListProduct option groups.[optional] [default to null]
min_qtyIntegerMinimum order quantity.[optional] [default to null]
max_qtyIntegerMaximum order quantity.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]