Versions Compared

Key

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

...

  • Method: POST
  • Content-Type: application/json

Input Parameters:

  • 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.


Note: At least two of these fields are required: Variety, Color, Grade. 


...