# DiscountCombinesWith - admin-graphql - OBJECT Version: 2025-01 ## Description The [discount classes](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations) that you can use in combination with [Shopify discount types](https://help.shopify.com/manual/discounts/discount-types). ### Access Scopes Apps must have `read_discounts` access scope. ## Fields * [orderDiscounts](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether the discount combines with the [order discount](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations) class. * [productDiscounts](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether the discount combines with the [product discount](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations) class. * [shippingDiscounts](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether the discount combines with the [shipping discount](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations) class. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples