# PriceRuleItemPrerequisitesInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields to update a price rule's item prerequisites. ### Access Scopes ## Fields * [collectionIds](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The collections needed for the price rule to be applied. * [productIds](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The products needed for the price rule to be applied. * [productVariantIds](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The product variants needed for the price rule to be applied. ## Input objects with this input object * [PriceRuleInput](/docs/api/admin-graphql/2024-07/input-objects/PriceRuleInput) ## Examples