aidelly_connect_ecommerce_store
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
POST /ecommerce/stores — connect a new Shopify / WooCommerce / Etsy / Wix store. Verifies credentials then kicks off initial sync. Public API preview.
Parameters schema
{
"type": "object",
"required": [
"idempotency_key",
"provider",
"shopDomain",
"credentials"
],
"properties": {
"body": {
"type": "object",
"description": "Optional body override for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"brand_id": {
"type": "string"
},
"provider": {
"enum": [
"shopify",
"woocommerce",
"etsy",
"wix"
],
"type": "string"
},
"shopDomain": {
"type": "string"
},
"credentials": {
"oneOf": [
{
"type": "object",
"required": [
"accessToken"
],
"properties": {
"accessToken": {
"type": "string"
}
},
"description": "Shopify, Etsy, or Wix credentials."
},
{
"type": "object",
"required": [
"consumerKey",
"consumerSecret"
],
"properties": {
"consumerKey": {
"type": "string"
},
"consumerSecret": {
"type": "string"
}
},
"description": "WooCommerce REST API credentials."
}
]
},
"workspace_id": {
"type": "string",
"format": "uuid",
"description": "Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content."
},
"idempotency_key": {
"type": "string"
}
},
"additionalProperties": false
}Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries