Skip to main content

BulkUpdateProductStockInput

type BulkUpdateProductStockInput {
stockCount: Float!
stockLocationId: String!
}

Fields

stockCountFloat!required

Number of available items in the stock location.

stockLocationIdString!required

Id of the stock location.