Skip to main content

UpdateOrderAdditionalDataInput

Autogenerated input type of UpdateOrderAdditionalData

input UpdateOrderAdditionalDataInput {
additionalData: JSON
brandId: ID @deprecated
clientMutationId: String
orderId: ID!
}

Fields

UpdateOrderAdditionalDataInput.additionalData ● JSON scalar common

Free-form JSON blob to store on the order. Pass null to clear.

UpdateOrderAdditionalDataInput.brandId ● ID deprecated scalar common

DEPRECATED

This argument will be removed in the future. Brand is becoming a product-only attribute. Order's company context will be used instead.

The brand ID. If omitted, the order's company context is used.

UpdateOrderAdditionalDataInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateOrderAdditionalDataInput.orderId ● ID! non-null scalar common

The ID of the V2 order to update.

Member Of

updateOrderAdditionalData mutation