IntentCreateInput
Attributes for creating an Intent
input IntentCreateInput {
linkId: ID
brandId: ID
intentType: String
buyerName: String
buyerEmail: String
totalAmountCents: Int
isAnonymous: Boolean
collectionId: ID
storefrontId: ID
labelPromotionId: ID
commissionPromotionId: ID
utmData: CampaignUtmDataInput
fundraiserId: ID
fundraiserIds: [ID!]
locationId: ID
promotionId: ID
deviceAttributes: IntentDeviceAttributesInput
recaptchaToken: String
devicePlatform: PlatformEnum
deviceType: String
deviceVersion: String
deviceIpAddress: String
deviceUserAgent: String
}
Fields
IntentCreateInput.linkId ● ID scalar
ID of the link for the Intent
IntentCreateInput.brandId ● ID scalar
ID of the brand for the Intent
IntentCreateInput.intentType ● String scalar
Type of the Intent
IntentCreateInput.buyerName ● String scalar
Buyer's name
IntentCreateInput.buyerEmail ● String scalar
Buyer's name
IntentCreateInput.totalAmountCents ● Int scalar
Intent's total
IntentCreateInput.isAnonymous ● Boolean scalar
Display users name on team pages or not
IntentCreateInput.collectionId ● ID scalar
ID of the collection for the Intent
IntentCreateInput.storefrontId ● ID scalar
ID of the storefront for the Intent
IntentCreateInput.labelPromotionId ● ID scalar
ID of the label_promotion_id for the Intent
IntentCreateInput.commissionPromotionId ● ID scalar
ID of the commission_promotion_id for the Intent
IntentCreateInput.utmData ● CampaignUtmDataInput input
The team's UTM parameters used for marketing and analytics
IntentCreateInput.fundraiserId ● ID scalar
DEPRECATED! ID of the fundraiser for the Intent
IntentCreateInput.fundraiserIds ● [ID!] list scalar
ID of the fundraiser for the Intent
IntentCreateInput.locationId ● ID scalar
ID of the brand location for the Intent
IntentCreateInput.promotionId ● ID scalar
ID of the promotion for the Intent
IntentCreateInput.deviceAttributes ● IntentDeviceAttributesInput input
Information about the device making the intent
IntentCreateInput.recaptchaToken ● String scalar
Google Recaptcha token, used to secure web purchases
IntentCreateInput.devicePlatform ● PlatformEnum enum
[DEPRECATED, use deviceAttributes] Platform of device, ex: ANDROID or IOS
IntentCreateInput.deviceType ● String scalar
[DEPRECATED, use deviceAttributes] The type of device, ex: 'iPhone', 'iPad'
IntentCreateInput.deviceVersion ● String scalar
[DEPRECATED, use deviceAttributes] Version of the device's operating system, ex: 11.4.0, 7
IntentCreateInput.deviceIpAddress ● String scalar
[DEPRECATED, use deviceAttributes] IP address of the requesting device
IntentCreateInput.deviceUserAgent ● String scalar
[DEPRECATED, use deviceAttributes] User agent of the requesting device
Member of
IntentCreate mutation