import { CheckoutAttributesUpdateV2Input } from '@daffodil/driver/shopify'
The input fields required to update a checkout's attributes.
type CheckoutAttributesUpdateV2Input = {
allowPartialAddresses?: InputMaybe<Scalars['Boolean']['input']>;
customAttributes?: InputMaybe<Array<AttributeInput>>;
note?: InputMaybe<Scalars['String']['input']>;
}