ProductStockLocationInput
type ProductStockLocationInput {
id: ID
productId: String!
stockCount: Float!
stockLocationId: String!
variantId: String!
}
Fields
id
IDIt is the product id to which the variant associated.
It is the stock quantity of the variant.
It is the stock location id information where the stock information will be edited.
It is the of the variant.