# DiscountShareableUrl - admin-graphql - OBJECT Version: 2024-10 ## Description A shareable URL for a discount code. ### Access Scopes Apps must have `read_discounts` access scope. ## Fields * [targetItemImage](/docs/api/admin-graphql/2024-10/objects/Image): Image - The image URL of the item (product or collection) to which the discount applies. * [targetType](/docs/api/admin-graphql/2024-10/enums/DiscountShareableUrlTargetType): DiscountShareableUrlTargetType! - The type of page that's associated with the URL. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the page that's associated with the URL. * [url](/docs/api/admin-graphql/2024-10/scalars/URL): URL! - The URL for the discount code. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples