Skip to main content
POST
Create Stock Movement

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Org-Id
string | null

Body

application/json
stockLotId
string
required
stockLocationId
string
required
movementType
string
required
qtyDelta
number
required
movementGroupId
string | null
uom
string | null
unitCost
number | null
currency
string | null
sourceDocumentType
string | null
sourceDocumentId
string | null
sourceLineId
string | null
productionOrderId
string | null
purchaseOrderId
string | null
purchaseOrderLineItemId
string | null
inboundReceiptLineItemId
string | null
shipmentLineItemId
string | null
cutJobId
string | null
sewingSegmentId
string | null
garmentQcReportId
string | null
createdByWorkerId
string | null
createdById
string | null
notes
string | null

Response

Successful Response

id
string
required
movementGroupId
string
required
stockLotId
string
required
movementType
string
required
qtyDelta
number
required
uom
string
required
sourceDocumentType
string
required
stockLotDocumentId
string | null
stockLocationId
string | null
stockLocationName
string | null
balanceAfter
number | null
unitCost
number | null
currency
string | null
sourceDocumentId
string | null
sourceLineId
string | null
productionOrderId
string | null
purchaseOrderId
string | null
purchaseOrderLineItemId
string | null
inboundReceiptLineItemId
string | null
shipmentLineItemId
string | null
cutJobId
string | null
sewingSegmentId
string | null
garmentQcReportId
string | null
createdByWorkerId
string | null
createdById
string | null
createdAt
string | null
notes
string | null