CartClearPaymentSelectionInput
Input for cartClearPaymentSelection — explicit deselect mutation. Use when the buyer goes back to the payment method picker in an accordion UI instead of re-selecting a method as a workaround. Atomically nulls all payment selection fields (method type + provider code + instrument code + legacy method ID). Idempotent — repeated calls yield the same final state.
input CartClearPaymentSelectionInput {
cartId: ID!
}
Fields
CartClearPaymentSelectionInput.cartId ● ID! non-null scalar
ID of the cart to clear payment selection on.
Member Of
cartClearPaymentSelection mutation