Versions Compared

Key

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

This API Method is under construction and it's not available yet.

 

Overview

Excerpt

This method allows you to add an item from the future inventory to an existing prebook on Komet Sales.

...

  • authenticationToken (required)(string:50): Komet Sales security token.
  • prebookId (required)(integer:20): the Komet Sales internal prebook ID that you want to update. You can obtain this value from the prebook.create API method.
  • purchaseOrderItemIdinventoryItemId (required)(integer:20): ID of the Komet Sales internal future inventory item. This field is required. This value can be obtained from the future.inventory.openmarket.list  API method.
  • boxes (required)(integer:10): number of boxes.
  • price (required) (decimal:10,2): unit price.
  • markCode (optional)(string:20): item mark code.

...