Merchant information data mapping for OpenAI

Ask about this Page
Copy for LLM
View as Markdown

Understand how merchant information maps to OpenAI fields.

By default, the following fields are mapped from Custom Fields on the Store. Each field should be a CustomFieldStringType. You can modify the template to source these values from another location or hardcode them.
OpenAI FieldRelated commercetools fieldRequiredMapping Logic
seller_namestore.custom.fields.sellerNameRequiredThe localized name of the Store or Channel. For example: Example Store.
seller_urlstore.custom.fields.sellerStoreUrlRequiredA direct link to the Store or Channel. For example: https://example.com/store.
seller_privacy_policystore.custom.fields.sellerPrivacyPolicyUrlRequired, if enable_checkout is trueA direct link to the Store or Channel's privacy policy. For example: https://example.com/privacy.
seller_tosstore.custom.fields.sellerTermsOfServiceUrlRequired, if enable_checkout is trueA direct link to the Store or Channel's terms of service. For example: https://example.com/terms.