Apideck Ecommerce
Connector for the apideck-ecommerce API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://unify.apideck.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
customersall— GET /ecommerce/customers — List Customerscustomersone— GET /ecommerce/customers/{id} — Get Customerordersall— GET /ecommerce/orders — List Ordersordersone— GET /ecommerce/orders/{id} — Get Orderproductsall— GET /ecommerce/products — List Productsproductsone— GET /ecommerce/products/{id} — Get Product
Inputs
apiKey— your apideck-ecommerce 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: customersall
apiKey: <your key>