CartSetShippingAddressInput
Input for cartSetShippingAddress.
input CartSetShippingAddressInput {
address: CartAddressInput!
cartId: ID!
}
Fields
CartSetShippingAddressInput.address ● CartAddressInput! non-null input
New shipping address. Replaces any previous shipping address on the cart.
CartSetShippingAddressInput.cartId ● ID! non-null scalar
ID of the cart to update.
Member Of
cartSetShippingAddress mutation