Loading...
Shopping Assistant by Ionic Commerce

Shopping Assistant by Ionic Commerce

0 0
0.0
( None Rating )
10K Action
Browsing

About Shopping Assistant by Ionic Commerce

AI Shopping Assistant GPT offering product recommendations, deals, and buying guides | Learn more about monetizing your GPT at https://shop.ioniccommerce.com/gpt

Information

  • GPTs Creator ioniccommerce.com
  • Categories Lifestyle
  • GPT Updated June 02,2024
  • Updated June 03,2024

Capabilities

  • Browsing Real-Time Retrieval

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

Shopping Assistant by Ionic Commerce
Shopping Assistant by Ionic Commerce

By ioniccommerce.com

Shopping Assistant by Ionic Commerce is inactive right now!

3.7
Ratings (71)
Lifestyle
Category
10K+
Conversations
Try Alternatives
What's the cheapest price for an Xbox Series X?
Help! I need some paper towels.
Show me the best air purifier for a small room.
Can you get me the latest Airpods Pro
Message ChatGPT

What Can Shopping Assistant by Ionic Commerce Do with ChatGPT?

This Gpts for shoppers can do personalized product recommendations and provide helpful advice.

1. Function Calls
Field Value
action_id g-f234d689d2332a65c5f07fee04082e0abe041b50
domain api.ioniccommerce.com
json_schema {"openapi"=>"3.1.0", "info"=>{"title"=>"Ionic Commerce | GPT Shopping API", "description"=>"Ionic GPT Shopping API -- Product Search & Recommendation for GPT Action & OpenAI ecosystem", "contact"=>{"email"=>"[email protected]"}, "version"=>"0.1"}, "servers"=>[{"url"=>"https://api.ioniccommerce.com/gpt"}], "paths"=>{"/query"=>{"get"=>{"summary"=>"Product Query | Basic", "description"=>"Query for product recommendations. GET Request with basic search parameters", "operationId"=>"ProductQuery", "parameters"=>[{"description"=>"Query string for product or product category with attributes", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Q", "description"=>"Query string for product or product category with attributes", "examples"=>["Extra Long Green Pool Noodle", "LEGO Knight's Castle", "Men's designer low top sneakers, white, size 12", "Coffee beans"]}, "name"=>"q", "in"=>"query"}, {"description"=>"Minimum price in cents", "required"=>false, "schema"=>{"type"=>"integer", "maximum"=>1000000, "minimum"=>0, "title"=>"Min Price", "description"=>"Minimum price in cents", "examples"=>[1000]}, "name"=>"min_price", "in"=>"query"}, {"description"=>"Maximum price in cents", "required"=>false, "schema"=>{"type"=>"integer", "maximum"=>1000000, "minimum"=>0, "title"=>"Max Price", "description"=>"Maximum price in cents", "examples"=>[1000]}, "name"=>"max_price", "in"=>"query"}, {"description"=>"Number of results to return", "required"=>false, "schema"=>{"type"=>"integer", "maximum"=>10, "minimum"=>1, "title"=>"Num Results", "description"=>"Number of results to return", "default"=>5, "examples"=>[5]}, "name"=>"num_results", "in"=>"query"}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/QueryAPIResponse"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}, "security"=>[{"APIKeyHeader"=>[]}]}, "post"=>{"summary"=>"Product Query | Advanced", "description"=>"Query for product recommendations. POST Request with advanced search parameters", "operationId"=>"ProductQueryPOST", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/QueryAPIRequest"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/QueryAPIResponse"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}, "security"=>[{"APIKeyHeader"=>[]}]}}}, "components"=>{"schemas"=>{"HTTPValidationError"=>{"properties"=>{"detail"=>{"items"=>{"$ref"=>"#/components/schemas/ValidationError"}, "type"=>"array", "title"=>"Detail"}}, "type"=>"object", "title"=>"HTTPValidationError"}, "Link"=>{"properties"=>{"url"=>{"type"=>"string", "title"=>"Url"}, "text"=>{"type"=>"string", "title"=>"Text"}, "type"=>{"type"=>"string", "title"=>"Type"}}, "type"=>"object", "required"=>["url", "text", "type"], "title"=>"Link"}, "Message"=>{"properties"=>{"role"=>{"$ref"=>"#/components/schemas/MessageRole"}, "type"=>{"$ref"=>"#/components/schemas/MessageType"}, "content"=>{"type"=>"string", "title"=>"Content"}}, "type"=>"object", "required"=>["role", "type", "content"], "title"=>"Message"}, "MessageRole"=>{"enum"=>["user", "assistant", "system"], "title"=>"MessageRole", "description"=>"An enumeration."}, "MessageType"=>{"enum"=>["message", "summary", "filter", "tag"], "title"=>"MessageType", "description"=>"An enumeration."}, "Product"=>{"properties"=>{"merchant_product_id"=>{"type"=>"string", "title"=>"Merchant Product Id"}, "merchant_name"=>{"type"=>"string", "title"=>"Merchant Name"}, "name"=>{"type"=>"string", "title"=>"Name"}, "brand_name"=>{"type"=>"string", "title"=>"Brand Name"}, "links"=>{"items"=>{"$ref"=>"#/components/schemas/Link"}, "type"=>"array", "title"=>"Links"}, "thumbnail"=>{"type"=>"string", "title"=>"Thumbnail"}, "upc"=>{"type"=>"string", "title"=>"Upc"}, "status"=>{"type"=>"string", "title"=>"Status"}, "price"=>{"type"=>"string", "title"=>"Price"}}, "type"=>"object", "required"=>["merchant_product_id", "merchant_name", "name", "links", "thumbnail", "status", "price"], "title"=>"Product"}, "Query"=>{"properties"=>{"query"=>{"type"=>"string", "title"=>"Query"}, "num_results"=>{"type"=>"integer", "maximum"=>10, "minimum"=>1, "title"=>"Num Results", "default"=>5}, "min_price"=>{"type"=>"integer", "maximum"=>1000000, "minimum"=>0, "title"=>"Min Price"}, "max_price"=>{"type"=>"integer", "maximum"=>1000000, "minimum"=>0, "title"=>"Max Price"}}, "type"=>"object", "required"=>["query"], "title"=>"Query"}, "QueryAPIRequest"=>{"properties"=>{"query"=>{"$ref"=>"#/components/schemas/Query"}, "session"=>{"$ref"=>"#/components/schemas/Session"}, "messages"=>{"items"=>{"$ref"=>"#/components/schemas/Message"}, "type"=>"array", "title"=>"Messages"}}, "type"=>"object", "required"=>["query"], "title"=>"QueryAPIRequest"}, "QueryAPIResponse"=>{"properties"=>{"token"=>{"type"=>"string", "title"=>"Token"}, "results"=>{"items"=>{"$ref"=>"#/components/schemas/QueryResult"}, "type"=>"array", "title"=>"Results"}}, "type"=>"object", "required"=>["token"], "title"=>"QueryAPIResponse"}, "QueryResult"=>{"properties"=>{"query"=>{"$ref"=>"#/components/schemas/Query"}, "products"=>{"items"=>{"$ref"=>"#/components/schemas/Product"}, "type"=>"array", "title"=>"Products"}}, "type"=>"object", "required"=>["query", "products"], "title"=>"QueryResult"}, "Session"=>{"properties"=>{"session_id"=>{"type"=>"string", "title"=>"Session Id"}, "user_id"=>{"type"=>"string", "title"=>"User Id"}, "locale"=>{"type"=>"string", "title"=>"Locale", "default"=>"en-US"}}, "type"=>"object", "title"=>"Session"}, "ValidationError"=>{"properties"=>{"loc"=>{"items"=>{"anyOf"=>[{"type"=>"string"}, {"type"=>"integer"}]}, "type"=>"array", "title"=>"Location"}, "msg"=>{"type"=>"string", "title"=>"Message"}, "type"=>{"type"=>"string", "title"=>"Error Type"}}, "type"=>"object", "required"=>["loc", "msg", "type"], "title"=>"ValidationError"}}, "securitySchemes"=>{"APIKeyHeader"=>{"type"=>"apiKey", "in"=>"header", "name"=>"x-api-key"}}}}
auth {"type":"service_http","instructions":"","authorization_type":"custom","verification_tokens":{},"custom_auth_header":"x-api-key"}
privacy_policy_url https://ioniccommerce.com/legal/privacy
Capabilitiy Function Tools
Web Browsing Real-Time Access and search the internet for information, articles, and data. Browser

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

Shopping Assistant by Ionic Commerce is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

Shopping Assistant by Ionic Commerce is created by ioniccommerce.com, and we have discovered only this one GPTs created by ioniccommerce.com.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only ioniccommerce.com can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-cMMXTIpvQ. The last modification date of Shopping Assistant by Ionic Commerce was 2024-06-02 08:04:27 UTC.

Yes, conversations with Shopping Assistant by Ionic Commerce will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if ioniccommerce.com selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

Shopping Assistant by Ionic Commerce reviews

0.0
( None Rating )

Similar GPTs

AI Shopping Assistant
AI Shopping Assistant
by redesignwithai.com
A helpful assistant for smart shopping decisions and product recommendations.
30
Shopping Assistant
Shopping Assistant
by Yazan Al Akkad
The point of this bot is to make your life easier while you are on your shopping spree. You can simply submit the items you plan to purchase and the bot will make a list of them to keep an eye on everything including prices. Name what you want to add to the list and its price.
20
Shopping AI
Shopping AI
by proje.co
Find the best products and services with AI
12
Shopping
Shopping
by ai-gen.co
Your personal shopping assistant
70

Top