# SellingPlanDeliveryPolicy - admin-graphql - UNION Version: 2024-10 ## Description Represents the delivery frequency associated to the selling plan (for example, deliver every month, or deliver every other week). The selling plan delivery policy and associated records (selling plan groups, selling plans, pricing policies, and billing policy) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later. ### Access Scopes `read_products` access scope. ## Possible types * [SellingPlanFixedDeliveryPolicy](/docs/api/admin-graphql/2024-10/objects/SellingPlanFixedDeliveryPolicy) * [SellingPlanRecurringDeliveryPolicy](/docs/api/admin-graphql/2024-10/objects/SellingPlanRecurringDeliveryPolicy) ## Fields with this union * [SellingPlan.deliveryPolicy](/docs/api/admin-graphql/2024-10/objects/SellingPlan) ## Examples