UpdateOrderDetailsInput
Autogenerated input type of UpdateOrderDetails
input UpdateOrderDetailsInput {
clientMutationId: String
endShippingDate: ISO8601Date
expectedDeliveryDate: ISO8601Date
expectedShipDate: ISO8601Date
instructions: String
note: String @deprecated
orderId: ID!
salesChannelId: ID
startShippingDate: ISO8601Date
updatedTags: [OrderUpdateTagInput!]
}
Fields
UpdateOrderDetailsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateOrderDetailsInput.endShippingDate ● ISO8601Date scalar common
End of the requested shipping window.
UpdateOrderDetailsInput.expectedDeliveryDate ● ISO8601Date scalar common
Expected delivery date for the order.
UpdateOrderDetailsInput.expectedShipDate ● ISO8601Date scalar common
Expected ship date for the order.
UpdateOrderDetailsInput.instructions ● String scalar common
Customer or sales-channel instructions for the order. Pass null to clear.
UpdateOrderDetailsInput.note ● String deprecated scalar common
DEPRECATED
Use instructions.
Customer or sales-channel instructions 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.startShippingDate ● ISO8601Date scalar common
Start of the requested shipping window.
UpdateOrderDetailsInput.updatedTags ● [OrderUpdateTagInput!] list input orders
Order tags to add, update or remove.
Member Of
updateOrderDetails mutation