Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountShareableUrl
A shareable URL for a discount code.
Signature:
export interface DiscountShareableUrl
Property | Modifiers | Type | Description |
---|---|---|---|
targetItemImage? | Maybe<Image> | (Optional) The image URL of the item (product or collection) to which the discount applies. | |
targetType | DiscountShareableUrlTargetType | `${DiscountShareableUrlTargetType}` | The type of page that’s associated with the URL. | |
title | Scalars[‘String’][‘output’] | The title of the page that’s associated with the URL. | |
url | Scalars[‘URL’][‘output’] | The URL for the discount code. |