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) {} } { “id”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=”, “locale”: “placeholder” }
<font style="color:#1F61A0;">conversationUid</font>
<font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">field</font>
<font style="color:#1F61A0;">message</font>
<font style="color:#555555;">}</font>
Arguments
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.