Skip to main content

OrderUpdateInput Input Type

No description

input OrderUpdateInput {
billingAddress: AddressInput
userEmail: String
shippingAddress: AddressInput
externalReference: String
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
languageCode: LanguageCodeEnum
}

Fields

OrderUpdateInput.billingAddress ● AddressInput input miscellaneous

Billing address of the customer.

OrderUpdateInput.userEmail ● String scalar miscellaneous

Email address of the customer.

OrderUpdateInput.shippingAddress ● AddressInput input miscellaneous

Shipping address of the customer.

OrderUpdateInput.externalReference ● String scalar miscellaneous

External ID of this order.

OrderUpdateInput.metadata ● [MetadataInput!] list input miscellaneous

Order public metadata.

Added in Saleor 3.21.Can be read by any API client authorized to read the object it's attached to.

Warning: never store sensitive information, including financial data such as credit card details.

OrderUpdateInput.privateMetadata ● [MetadataInput!] list input miscellaneous

Order private metadata.

Added in Saleor 3.21.Requires permissions to modify and to read the metadata of the object it's attached to.

Warning: never store sensitive information, including financial data such as credit card details.

OrderUpdateInput.languageCode ● LanguageCodeEnum enum miscellaneous

Order language code.

Added in Saleor 3.21 (unreleased)

Member Of

orderUpdate mutation