UpdateOrderGiftMessageInput
Autogenerated input type of UpdateOrderGiftMessage
input UpdateOrderGiftMessageInput {
brandId: ID
clientMutationId: String
giftMessage: String
orderId: ID!
}
Fields
UpdateOrderGiftMessageInput.brandId ● ID scalar
The brand ID. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.
UpdateOrderGiftMessageInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateOrderGiftMessageInput.giftMessage ● String scalar
The gift message for the order. Can be set to null to clear the message.
UpdateOrderGiftMessageInput.orderId ● ID! non-null scalar
The ID of the order to update gift message for.
Member Of
updateOrderGiftMessage mutation