Przejdź do głównej zawartości

CartSetBillingAddressInput

Input for cartSetBillingAddress.

input CartSetBillingAddressInput {
address: CartAddressInput!
cartId: ID!
}

Fields

CartSetBillingAddressInput.address ● CartAddressInput! non-null input

New billing address. The shipping address is left unchanged.

CartSetBillingAddressInput.cartId ● ID! non-null scalar

ID of the cart to update.

Member Of

cartSetBillingAddress mutation