Skip to main content

Product

Individual product/ SKU to be tracked/ monitored

POST /controllers/product.ashx
ParameterTypeRequiredDescription
NameStringYesName of the product - unique
SKUStringYesSKU - unique
UPCStringNoSKU - unique
ShortNameStringYesShort name of the product
ShortEANCodeStringNoShort EAN Code
ProductGTINStringNoProduct GTIN
IsActiveBooeleanNoIs product active - default Yes
BrandIdintNoBrand of the product
Note
  • You can use BrandName instead of BrandId
  • If the brand is configured to be owned by a foreign manufacturer, product will be marked as Foreign
  • There are additional attributes at product that are sparingly used and not listed at the moment. This includes
    • Product category
    • Product type
  • Product pricing is based on the size and passed as JSON. If you are using the API to update product pricing, reach out to support for examples

🧩 Product List Summary API (Response)​

GET /Controllers/Product.ashx?action=list&start=0&limit=50&asArray=0

Product List Summary information about products, including identifiers, packaging, classification, images, and branding used for cataloging, inventory, display purposes.

PropertyTypeDescription
ProductIdIntegerUnique identifier for the product
ProductStringFull name of the product
ShortNameStringShort display name
SKUStringStock Keeping Unit
UPCStringUniversal Product Code
ProductGTINStringGlobal Trade Item Number
ShortEANCodeStringShort version of the EAN
ExternalProductCodeStringExternal system product mapping code
ProductCategoryIdIntegerMain product category ID
ProductCategoryStringName of the main category
ProductSecondCategoryIdIntegerSecondary category ID
ProductSecondCategoryStringName of the secondary category
BeverageTypeStringType of beverage (e.g. Bottle, Can)
IsKeyProductBooleanIndicates if product is a key SKU
IsForeignBooleanProduct is imported
IsEmptyBooleanRepresents if product is marked as empty
IsUnknownIntegerUnknown flag (0 = No, 1 = Yes)
IsImageIntegerIndicates if the product has images
BrandIdIntegerBrand ID
BrandNameStringBrand name
ManufacturerIdIntegerManufacturer ID
ManufacturerStringManufacturer name
DistributorIdIntegerDistributor ID
DistributorNameStringDistributor name
DistributorGTINStringGTIN identifier for the distributor
PackagingTypeIdIntegerPackaging type ID
PackagingTypeStringPackaging type name
MeasurementUnitTypeIdIntegerMeasurement unit type ID
MeasurementUnitStringMeasurement unit label
WidthFloatProduct width
HeightFloatProduct height
PackagingHeightFloatHeight of product packaging
PackagingWidthFloatWidth of product packaging
ProductImageCountIntegerTotal product image count
FrontImageCountIntegerNumber of front-view images
BackImageCountIntegerNumber of back-view images
LSideImageCountIntegerNumber of left-side images
RSideImageCountIntegerNumber of right-side images
TopImageCountIntegerNumber of top-view images
BottomImageCountIntegerNumber of bottom-view images
LastImageModifiedOnStringTimestamp of last image update
FontStyleStringFont style used in UI
FontColorStringFont color hex code
GraphColorStringColor code used in charts/visuals
TagsStringProduct tags