Skip to main content

UpdateOrderDetailsInput

Autogenerated input type of UpdateOrderDetails

input UpdateOrderDetailsInput {
clientMutationId: String
enrichmentData: OrderEnrichmentDataInput
expectedDeliveryDate: ISO8601Date
expectedShipDate: ISO8601Date
note: String
orderId: ID!
salesChannelId: ID
updatedTags: [OrderUpdateTagInput!]
}

Fields

UpdateOrderDetailsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateOrderDetailsInput.enrichmentData ● OrderEnrichmentDataInput input orders

B2B / PO / customs enrichment fields to update.

UpdateOrderDetailsInput.expectedDeliveryDate ● ISO8601Date scalar common

Expected delivery date for the order.

UpdateOrderDetailsInput.expectedShipDate ● ISO8601Date scalar common

Expected ship date for the order.

UpdateOrderDetailsInput.note ● String scalar common

Customer or sales-channel note for the order. Pass null to clear.

UpdateOrderDetailsInput.orderId ● ID! non-null scalar common

The ID of the V2 order to update.

UpdateOrderDetailsInput.salesChannelId ● ID scalar common

Sales channel to move the order to.

UpdateOrderDetailsInput.updatedTags ● [OrderUpdateTagInput!] list input orders

Order tags to add, update or remove.

Member Of

updateOrderDetails mutation