UpdateOrderAddressesInput
type UpdateOrderAddressesInput {
billingAddress: OrderAddressInput
orderId: String!
shippingAddress: OrderAddressInput
}
Fields
billingAddress
OrderAddressInputThe address information to which the order will be billing.
It is the order id for which the invoice is issued.
- Is the entered id must be exist in ikas.
shippingAddress
OrderAddressInputThe address information to which the order will be shipping.