UpdateOrderAddressesInput
type UpdateOrderAddressesInput {
billingAddress: OrderAddressInput
orderId: String!
shippingAddress: OrderAddressInput
}
Fields
billingAddressOrderAddressInputThe 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.
shippingAddressOrderAddressInputThe address information to which the order will be shipping.