Shop
Connector for the shop API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://server.shop.app - Auth:
bearer(pass your key via theapiKeyinput)
Operations
details— GET /openai/details — Return more details about a list of products.search— GET /openai/search — Search for products
Inputs
apiKey— your shop API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: details
apiKey: <your key>