Skip to main content

API - Move warehouse stock

Tom Higgs avatar
Written by Tom Higgs
Updated this week

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

  • 2: Allocate

  • 3: Unallocate

  • 4: Despatch

  • 5: BackOrder

  • 6: UnBackOrder

  • 7: Quarantine

  • 8: UnQuarantine

  • 9: ASNStockIN

  • 10: OnOrder

  • 11: UnOnOrder

  • 12: InTransition

  • 13: UnInTransition

  • 14: TransitionComplete

  • 15: Transfer

  • 16: Scrap

  • 17: TransferLocation

  • 18: Scrap_Return

  • 19: Scrap_OffHand

Did this answer your question?