# BuyerExperienceConfiguration - admin-graphql - OBJECT Version: 2024-04 ## Description Settings describing the behavior of checkout for a B2B buyer. ### Access Scopes `read_customers` access scope or `read_companies` access scope. ## Fields * [checkoutToDraft](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - Whether to checkout to draft order for merchant review. * [editableShippingAddress](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - Whether to allow customers to use editable shipping addresses. * [payNowOnly](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - Whether a buyer must pay at checkout or they can also choose to pay later using net terms. * [paymentTermsTemplate](/docs/api/admin-graphql/2024-04/objects/PaymentTermsTemplate): PaymentTermsTemplate - Represents the merchant configured payment terms. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples