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