← Back to all apps

Hibbett

Shoppingby Hibbett, Inc.
Launched Feb 25, 2026 on ChatGPT

The Hibbett ChatGPT app is a conversational shopping assistant that helps customers discover and shop sneakers, athletic apparel, and sports gear from Hibbett, including top brands such as Nike, Adidas, New Balance, and Jordan. Users can ask natural-language questions to browse products, check online availability, compare options, explore new shoe releases, find nearby stores, view current promotions, and get detailed product information.

The app also assists with common shopping needs such as sizing guidance, style recommendations, shipping and payment methods questions, and loyalty program details.

By combining Hibbett’s product catalog with AI-powered conversation, the app makes it faster and easier for shoppers to find the right products and get answers—all in one place.

6ChatGPT Tools
Hibbett, Inc.Developer
ShoppingCategory

Available Tools

Find Coupons

find-coupons
Full Description

Searches for available coupons and promotions. Optionally filters by keyword to find the most relevant coupons.

Parameters (0 required, 2 optional)
Optional
contextstring

Optional context parameter. Should contain the original user message that triggered this tool call.

keywordstring

Optional keyword to filter coupons (e.g., "sneakers", "clothing", "adidas")

Find Stores

find-stores
Full Description

Finds stores in a specified city and state. Displays stores on an interactive map with markers.

Parameters (2 required, 3 optional)
Required
citystring

The city name to search for stores (e.g., "Birmingham", "Atlanta")

statestring

The state abbreviation (e.g., "AL", "GA", "CA")

Optional
contextstring

Optional context parameter. Should contain the original user message that triggered this tool call.

latnumber

City latitude as a JavaScript number. This parameter is optional, but if provided, it may help produce a more relevant response. The LLM should automatically supply the city's latitude based on the provided city and state.

lonnumber

City longitude as a JavaScript number. This parameter is optional, but if provided, it may help generate a more relevant response. The LLM should automatically supply the city's longitude based on the provided city and state.

Get Product Details by query

get-generic-product-details
Full Description

Fetches detailed information about a specific product by query (SKU, Stock Keeping Unit, Name). Returns comprehensive product information including name, description, pricing, attributes, ratings, and images.

Parameters (1 required, 1 optional)
Required
querystring

The query (SKU, Stock Keeping Unit, Name) of the product to retrieve details for

Optional
contextstring

Optional context parameter. Should contain the original user message that triggered this tool call.

Get Product Recommendations

get-generic-product-recommendations
Full Description

Search for and display AI-curated product recommendations.

Parameters (1 required, 2 optional)
Required
querystring

The product search query (e.g., 'perfume', 'skincare', 'makeup foundation')

Optional
contextstring

Optional context parameter. Should contain the original user message that triggered this tool call.

productCountinteger

Number of products to return. Defaults to 10. When DisplayMode is set to fullscreen, a value of 100 is recommended.

Default: 10

Get New Releases

get-new-releases
Full Description

Retrieves the latest product releases. Displays new products in a carousel format.

Parameters (0 required, 1 optional)
Optional
contextstring

Optional context parameter. Should contain the original user message that triggered this tool call.

Get Upcoming Releases

get-upcoming-releases
Full Description

Retrieves upcoming product releases with drop dates and availability information. Displays products in a carousel format. Supports optional datetime filtering: use dropDateFrom and/or dropDateTo to filter releases by drop date. Format: ISO-8601 datetime with offset (e.g., "2026-01-24T00:00:00-05:00"). Examples: (1) Specific day: dropDateFrom="2026-01-24T00:00:00-05:00", dropDateTo="2026-01-24T23:59:59-05:00". (2) Date range: dropDateFrom="2026-02-01T00:00:00-05:00", dropDateTo="2026-03-01T23:59:59-05:00". (3) After a datetime: set only dropDateFrom="2026-01-31T00:00:00-05:00".

Parameters (0 required, 3 optional)
Optional
contextstring

Optional context parameter. Should contain the original user message that triggered this tool call.

dropDateFromstring

Optional start datetime (inclusive) to filter releases by drop date. Format: ISO-8601 datetime with offset (e.g., "2026-01-24T00:00:00-05:00"). Use alone to get all releases on or after this datetime.

dropDateTostring

Optional end datetime (inclusive) to filter releases by drop date. Format: ISO-8601 datetime with offset (e.g., "2026-01-31T23:59:59-05:00"). Use with dropDateFrom for a datetime range, or alone to get all releases on or before this datetime.