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