Product feed spec checker
Validate your product feed against OpenAI's product feed specification for ChatGPT shopping integration, based on publicly available documentation.
What we validate
- Required fields (id, title, price...)
- GTIN or MPN presence
- URL format validation
- Price format (29.99 USD)
- Availability enum values
- String length limits
- Conditional requirements
- Numeric ranges
- Boolean field types
About the spec
OpenAI's product feed specification enables AI-assisted shopping in ChatGPT. Merchants submit product feeds that follow a specific schema for accurate indexing and checkout support. This tool validates your feed based on publicly available documentation to help you identify issues before submission. The specification may evolve over time.
Required fields
• enable_search, enable_checkout
• id, title, description
• link, image_link
• price (format: "29.99 USD")
• gtin OR mpn
• availability, inventory_quantity
• seller_name, seller_url
• return_policy, return_window
