Skip to main content

ProductStockLocationInput

type ProductStockLocationInput {
id: ID
productId: String!
stockCount: Float!
stockLocationId: String!
variantId: String!
}

Fields

idID
productIdString!required

It is the product id to which the variant associated.

stockCountFloat!required

It is the stock quantity of the variant.

stockLocationIdString!required

It is the stock location id information where the stock information will be edited.

variantIdString!required

It is the of the variant.