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 theprebook.create API method.
inventoryId (required)(integer:20): ID of the Komet Sales internal future inventory item. This field is required. This value can be obtained from thefuture.inventory.openmarket.listAPI method.
boxes (required)(integer:10): number of boxes.
price (required) (decimal:10,2): unit price.
markCode (optional)(string:20): item mark code.
Response
Output:
status (integer:1): transaction status. 1 for success or 0 for failure.
message (string:500): description of the status of the transaction.