shopArticleCreate Mutation
Creates a new shop article.
Input Argument
shopArticleCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
ID
)
Calendar that represents the work hours related to the fulfillment/delivery.
String
)
A unique identifier for the client performing the mutation.
Int
)
The number of minutes it usually takes to deliver the shop article.
Boolean
)
Whether the shop article is visible in the shop.
ISO8601Timestamp
)
After this moment the shop article is no longer available in the shop.
ID
)
The request template used to order one of more units of this shop article.
String
)
The full description of the shop article.
Int
)
The largest number of units that may be bought at once.
String!
)
The display name of the shop article.
String
)
The hyperlink to the image file for the record.
MonetaryAmount
)
The price of a single unit.
Currency
)
The currency of the price of this shop article.
ID
)
Related product.
ShopArticleRecurringPeriod
)
The frequency in which the recurring price is due.
MonetaryAmount
)
The recurring price of a single unit.
Currency
)
The currency of the recurring price of this shop article.
String
)
This reference can be used to link the shop article to a shop order line using the R-Service APIs or the R-Service Import functionality.
Boolean
)
Whether or not this is a physical article that requires shipping.
String
)
The shop description of the shop article.
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.
ISO8601Timestamp
)
The moment the shop article becomes available in the shop.
TimeZone
)
The Time zone related to the calendar.
ID
)
UI extension that is to be applied to the record.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
ShopArticle
)
Record after mutation.