VariantPriceInput
type VariantPriceInput {
price: ProductPriceInput!
productId: String!
variantId: String!
}
Fields
New prices info to update. This operation overrides price objects given here.
Id of the corresponding product.
Id of the variant that's prices to be updated.