Przejdź do głównej zawartości

cartSetBillingAddress

Set the billing address on a cart. The shipping address is left unchanged — pass billing only when it differs from shipping (otherwise the order mirrors the shipping address as the billing address).

cartSetBillingAddress(
input: CartSetBillingAddressInput!
): CartSetBillingAddressPayload!

Arguments

cartSetBillingAddress.input ● CartSetBillingAddressInput! non-null input

Cart UUID + billing address (pass only when billing differs from shipping)

Type

CartSetBillingAddressPayload object

Result of cartSetBillingAddress.