Home > @infiniteobjects/shopify-data-manager > AdminTypes > BuyerExperienceConfigurationInput
The input fields specifying the behavior of checkout for a B2B buyer.
Signature:
export interface BuyerExperienceConfigurationInput
Property | Modifiers | Type | Description |
---|---|---|---|
checkoutToDraft? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether to checkout to draft order for merchant review. | |
editableShippingAddress? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether to allow customers to edit their shipping address at checkout. | |
paymentTermsTemplateId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) Represents the merchant configured payment terms. |