Checkout Eligibility [is_eligible_checkout] Field for ChatGPT Product Feed

Controls whether a product can be purchased directly inside ChatGPT.

Required for ChatGPT Checkout

The is_eligible_checkout field determines whether a product can be purchased directly inside ChatGPT.

When enabled, ChatGPT may:

  • display a native checkout option,
  • allow users to complete a purchase without leaving the conversation,
  • treat the product as transaction-ready.

This field replaces enable_checkout.
The legacy name is no longer supported.




Dependency

This field depends on is_eligible_search.

  • is_eligible_search must be set to true
  • Otherwise, is_eligible_checkout is ignored

Checkout is only possible if the product is first eligible for discovery.




When to use

Use this field when:

  • you want to enable direct purchasing inside ChatGPT,
  • your product is legally eligible for sale,
  • your merchant policies and checkout infrastructure are ready.

If checkout is not supported, set this field to false.




Format

  • Type: Boolean
  • Accepted values: true, false
  • Case: lower-case only
  • Repeated field: No

Examples:

FormatExample
Text feedis_eligible_checkout: true
XML feed<is_eligible_checkout>true</is_eligible_checkout>



Minimum requirements

Note: Enabling checkout introduces additional mandatory fields.

  • is_eligible_search must be true.
  • Provide seller_privacy_policy.
  • Provide seller_tos.
  • Ensure price, availability, and shipping data are accurate.
  • Do not enable checkout for restricted or incomplete products.



SEO / AI Tip

Checkout-enabled products are treated as high-trust entities by AI systems.
Incomplete or inconsistent data can silently disable checkout eligibility.

Always audit feeds with checkout enabled after any data or policy change.




Official Source:
ChatGPT Product Feed Specs

Need more help?

Our team is here to assist. Reach out and we’ll get back to you fast.

Contact Support