Skip to main content

API - Move warehouse stock

Written by Tom Higgs
Updated over a month ago

To move products from one location to another in Mintsoft you can use one of the following calls:

The minimum information required for the StockIn or StockOut API Call is:

  • ProductID

  • WarehouseID

  • LocationID

  • Quantity

  • Comment

{ "ProductId": 0, "WarehouseId": 0, "LocationId": 0, "Quantity": 0, "Comment": "string", }

The numbers in the Action drop-down correlate to the following:

  • 0: StockIn

  • 1: StockOut

  • 7: Quarantine

  • 8: UnQuarantine

  • 12: InTransition

  • 13: UnInTransition

  • 14: TransitionComplete

  • 15: Transfer

  • 16: Scrap

  • 17: TransferLocation

  • 18: Scrap_Return

  • 19: Scrap_OffHand

Did this answer your question?