Storecove
Storecove is an e-invoicing and electronic document exchange platform, including Peppol invoice delivery APIs.
- Base URL:
https://api.storecove.com/api/v2 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
discovery_identifiers— GET /discovery/identifiers — Discover Country Identifiers ** EXPERIMENTALshow_document_submission_evidence— GET /document_submissions/{guid}/evidence/{evidence_type} — Get DocumentSubmission Evidenceshow_invoice_submission_evidence— GET /invoice_submissions/{guid}/evidence — DEPRECATED. Get InvoiceSubmission Evidenceget_legal_entity— GET /legal_entities/{id} — Get LegalEntityget_additional_tax_identifier— GET /legal_entities/{legal_entity_id}/additional_tax_identifiers/{id} — Get AdditionalTaxIdentifierget_administration— GET /legal_entities/{legal_entity_id}/administrations/{id} — Get Administration
Inputs
apiKey— your storecove 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: discovery_identifiers
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: discovery_identifiers, show_document_submission_evidence, show_invoice_submission_evidence, get_legal_entity, get_additional_tax_identifier, get_administration |
evidence_type |
string | no | — | Path parameter evidence_type (required by some operations). |
guid |
string | no | — | Path parameter guid (required by some operations). |
id |
string | no | — | Path parameter id (required by some operations). |
legal_entity_id |
string | no | — | Path parameter legal_entity_id (required by some operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |