Skip to main content

orderUpdateAddress

DEPRECATED

Use orderAddressUpdate

AUTH: Role=[order.OWNER,order.EDITOR]

orderUpdateAddress(
id: Int!
addressId: Int!
input: OrderUpdateAddressInput!
): Boolean! @deprecated

Arguments

orderUpdateAddress.id ● Int! non-null scalar

The ID of the order

orderUpdateAddress.addressId ● Int! non-null scalar

orderUpdateAddress.input ● OrderUpdateAddressInput! non-null input

Type

Boolean scalar

The Boolean scalar type represents true or false.