kitSkillTriggerRequest mutation

Kit Skill requested by developer for app and shop.

Required access

write_kit_skills access scope.


On this page


Interactive example

This is an example mutation query. Use the embedded interactive tool below to edit the query.

Hint: use Ctrl + Space for autocompleting fields.

mutation kitSkillTriggerRequest($id: ID!, $locale: KitSkillLocale!) { kitSkillTriggerRequest(id: $id, locale: $locale) {
  1. <font style="color:#1F61A0;">conversationUid</font>
  2. <font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
  3. <font style="color:#1F61A0;">field</font>
  4. <font style="color:#1F61A0;">message</font>
  5. <font style="color:#555555;">}</font>
} } { “id”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=”, “locale”: “placeholder” }


Arguments

Argument Description
id
(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

) REQUIRED
Kit Skill ID.
locale
(
[KitSkillLocale!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/kitskilllocale)

) REQUIRED
Locale language.
placeholders
(
[JSON](https://shopify.dev/docs/admin-api/graphql/reference/scalar#json-2021-01)

)
Placeholders (template variables) for opening message.
Default value: "{}"


Return fields

  • conversationUid ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Conversation unique identifier sent to Conversation API and returned to app developer.
  • userErrors ([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror))
    List of errors that occurred executing the mutation.