Skip to main content

UpdateOrderAddressesInput

type UpdateOrderAddressesInput {
billingAddress: OrderAddressInput
orderId: String!
shippingAddress: OrderAddressInput
}

Fields

billingAddressOrderAddressInput

The address information to which the order will be billing.

orderIdString!required

It is the order id for which the invoice is issued.

  • Is the entered id must be exist in ikas.
shippingAddressOrderAddressInput

The address information to which the order will be shipping.