Home > @infiniteobjects/shopify-data-manager > AdminTypes > BuyerExperienceConfiguration
Settings describing the behavior of checkout for a B2B buyer.
Signature:
export interface BuyerExperienceConfiguration
| Property | Modifiers | Type | Description |
|---|---|---|---|
| checkoutToDraft | Scalars[‘Boolean’][‘output’] | Whether to checkout to draft order for merchant review. | |
| editableShippingAddress | Scalars[‘Boolean’][‘output’] | Whether to allow customers to use editable shipping addresses. | |
| paymentTermsTemplate? | Maybe<PaymentTermsTemplate> | (Optional) Represents the merchant configured payment terms. | |
| payNowOnly | Scalars[‘Boolean’][‘output’] | Whether a buyer must pay at checkout or they can also choose to pay later using net terms. |