Skip to main content

UpdateOrderItemInput

Autogenerated input type of UpdateOrderItem

input UpdateOrderItemInput {
clientMutationId: String
id: ID!
price: Decimal
quantity: Int
}

Fields

UpdateOrderItemInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateOrderItemInput.id ● ID! non-null scalar common

ID of the order item to update

UpdateOrderItemInput.price ● Decimal scalar common

New price of the order item

UpdateOrderItemInput.quantity ● Int scalar common

New quantity of the order item

Member Of

updateOrderItem mutation