Skip to main content

AdjustStockInput

Input for adjusting stock level for a product

input AdjustStockInput {
productId: String!
adjustment: Int!
}

Fields

productId ● String!

adjustment ● Int!

Example

{}