shopOrderLineUpdate Mutation
Updates an existing shop order line.
Input Argument
shopOrderLineUpdate 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.
[CustomFieldInput!]
)
Values for custom fields to be used by the UI Extension that is linked to the record.
[AttachmentInput!]
)
The attachments used in the custom fields' values.
ID!
)
The node ID of the record to update.
[AddressInput!]
)
New or updated addresses of the shop order line.
Int
)
The number units ordered.
ID
)
The person for whom the shop order line was submitted.
ID
)
The shop article that is ordered.
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.
ShopOrderLine
)
Record after mutation.