Product feed spec checker
Validate your product feed against the OpenAI Agentic Commerce Protocol for ChatGPT shopping integration.
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
The OpenAI Agentic Commerce Protocol 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 against the official specification to help you identify issues before submission.
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
