- VariantOptionValue
Browse queries, mutations, and types in the schema reference. For authentication, endpoint URLs, and domain guides, see the API Overview.
{ "type": "Example String", "text": "Example String", "url": "Example String", "product_retailer_id": "Example String", "catalog_id": "Example String", "latitude": 40, "longitude": 40, "name": "Example String", "address": "Example String" }
{ "expiration_time_ms": 40 }
{ "level": "Example String" }
Payload for unassigned action.
Resolved user who was unassigned from.
Resolved user who was unassigned (by assignedUserId).
Resolved user who performed the unassignment.
Resolved user who performed the action.
Resolved department the conversation was unassigned from.
{ "assignedTo": "Example String", "assignedUserId": "Example String", "assignedDepartmentId": "Example String", "assignedBy": "Example String", "performedBy": "Example String", "assignedToUser": { "__typename": "User" }, "assignedUser": { "__typename": "User" }, "assignedByUser": { "__typename": "User" }, "performedByUser": { "__typename": "User" }, "assignedDepartment": { "__typename": "Department" } }
Payload for untagged action.
{ "tagName": "Example String" }
Option selection on a specific variant.
{ "optionId": "Example String", "optionName": "Example String", "valueId": "Example String", "value": "Example String" }
A shared contact from a WhatsApp contacts message.
{ "name": { "__typename": "WAContactName" }, "phones": [ "Example Custom Scalar" ], "emails": [ "Example Custom Scalar" ], "urls": [ "Example Custom Scalar" ], "org": "Example Custom Scalar", "birthday": "Example String", "addresses": [ "Example Custom Scalar" ] }
A contact name structure (vCard-like).
Full formatted name.
First name.
Last name.
Middle name.
Name prefix (e.g. 'Dr.').
Name suffix (e.g. 'Jr.').
{ "formatted_name": "Example String", "first_name": "Example String", "last_name": "Example String", "middle_name": "Example String", "prefix": "Example String", "suffix": "Example String" }
Location message content.
Latitude.
Longitude.
Location name/label.
Street address.
URL to open in maps.
{ "latitude": 40, "longitude": 40, "name": "Example String", "address": "Example String", "url": "Example String" }
WhatsApp ad referral data (click-to-WhatsApp ads).
Source URL of the ad.
Source type (e.g. 'ad').
Source identifier.
Ad headline text.
Ad body text.
Media type of the ad ('image' or 'video').
Image URL from the ad.
Video URL from the ad.
Thumbnail URL from the ad.
{ "source_url": "Example String", "source_type": "Example String", "source_id": "Example String", "headline": "Example String", "body": "Example String", "media_type": "Example String", "image_url": "Example String", "video_url": "Example String", "thumbnail_url": "Example String" }
Sticker message content.
Media ID.
Direct link to the sticker file.
Resolved URL for the sticker.
MIME type (e.g. 'image/webp').
SHA-256 hash.
Whether this is an animated sticker.
{ "id": "Example String", "link": "Example String", "url": "Example String", "mime_type": "Example String", "sha256": "Example String", "animated": true }