Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

shopArticleCategoryCreate Mutation

Creates a new shop article category.

shopArticleCategoryCreate accepts a single input argument, an input type , which contains the values it uses.

The fields inside input are:

clientMutationId ( String )

A unique identifier for the client performing the mutation.

fullDescription ( String )

The full description of the shop article category.

fullDescriptionAttachments ( AttachmentInput )

The attachments used in the fullDescription field.

name ( String! )

The display name of the shop article category.

parentId ( ID )

Identifier of the category’s parent category.

pictureUri ( String )

The hyperlink to the image file for the record.

shortDescription ( String )

The shop description of the shop article category.

source ( String )

An identifier for the client application submitting the resource or the name of an external system.

sourceID ( String )

The unique identifier of the resource in an external system.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.

shopArticleCategory ( ShopArticleCategory )

Record after mutation.