Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • authenticationToken (required)(string:50): Komet Sales security token.
  • productId (required)(integer:20): Komet Sales internal ID of the product that you want to update. You can obtain this value from the product.list API method.
  • category (required)(string:200): name of the product category.
  • color (optional)(string:100): product color.
  • variety (optional)(string:100): product variety. 
  • grade (optional)(string:100): product grade.
  • code (optional)(string:20): product code.
  • active (optional)(boolean:1): 1 if the product is active, 0 if the product is not active.
  • regionsOfOrigin (optional)(array): list of regions where the product comes from. 
  • productRollUpCode (optional) (string:20): Code of the rollup product. When this item is transferred to the units inventory it will be changed to the roll up item specified here.
  • defaultUnitType (optional(string:10): Default unit type pf the product. Stem or Bunch


Note: At least one of these fields is required: Variety, Color, Grade. 


...