shopArticleCategoryCreate Mutation
Creates a new shop article category.
Input Argument
shopArticleCategoryCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
String
)
The full description of the shop article category.
[AttachmentInput!]
)
The attachments used in the fullDescription
field.
String!
)
The display name of the shop article category.
ID
)
Identifier of the category's parent category.
String
)
The hyperlink to the image file for the record.
String
)
The shop description of the shop article category.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
ShopArticleCategory
)
Record after mutation.