{"@context": "https://schema.org", "@type": "WebAPI", "name": "Storecove API API", "description": "Storecove API", "provider": {"@type": "Organization", "name": "storecove.com"}, "documentation": "https://www.storecove.com/api/v2/openapi.json"}
Storecove API
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.storecove.com/api/v2
auth: a p i k e y
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Storecove API
| method | path | what the vendor says it does |
|---|---|---|
POST | /discovery/exists | Discover Network Participant Existence Discover if a network participant exists. Discovery |
GET | /discovery/identifiers | Discover Country Identifiers ** EXPERIMENTAL Discover the identifiers used in each country, for routing, for l |
POST | /discovery/receives | Disover Network Participant Discover a network participant and capabilities. Discovery |
POST | /document_submissions | Submit a new document. Submit a document for delivery. This endpoint will replaces the /invoice_submissions en |
GET | /document_submissions/{guid}/evidence/{evidence_type} | Get DocumentSubmission Evidence Get evidence for a DocumentSubmission by GUID with corresponding status Docume |
POST | /invoice_submissions | Submit a new invoice DEPRECATED. Use the new /document_submissions endpoint. Submit an invoice for delivery. I |
POST | /invoice_submissions/preflight | DEPRECATED. Preflight an invoice recipient Deprecated. Use the new /discovery endpoint. Check whether Storecov |
GET | /invoice_submissions/{guid}/evidence | DEPRECATED. Get InvoiceSubmission Evidence Deprecated. Use the new /document_submissions/{guid}/evidence endpo |
POST | /legal_entities | Create a new LegalEntity Create a new LegalEntity. LegalEntities |
GET | /legal_entities/{id} | Get LegalEntity Get a specific LegalEntity. LegalEntities |
PATCH | /legal_entities/{id} | Update LegalEntity Update a specific LegalEntity. LegalEntities |
DELETE | /legal_entities/{id} | Delete LegalEntity Delete a specific LegalEntity. LegalEntities |
POST | /legal_entities/{legal_entity_id}/additional_tax_identifiers | Create a new AdditionalTaxIdentifier Create a new AdditionalTaxIdentifier. An AdditionalTaxIdentifier is a sec |
GET | /legal_entities/{legal_entity_id}/additional_tax_identifiers/{id} | Get AdditionalTaxIdentifier Get an AdditionalTaxIdentifier AdditionalTaxIdentifiers |
PATCH | /legal_entities/{legal_entity_id}/additional_tax_identifiers/{id} | Update AdditionalTaxIdentifier Update an AdditionalTaxIdentifier AdditionalTaxIdentifiers |
DELETE | /legal_entities/{legal_entity_id}/additional_tax_identifiers/{id} | Delete AdditionalTaxIdentifier Delete an AdditionalTaxIdentifier AdditionalTaxIdentifiers |
POST | /legal_entities/{legal_entity_id}/administrations | Create a new Administration Deprecated. Create a new Administration. An Administration is an email destination |
GET | /legal_entities/{legal_entity_id}/administrations/{id} | Get Administration Deprecated. Get an Administration Administrations |
PATCH | /legal_entities/{legal_entity_id}/administrations/{id} | Update Administration Deprecated. Update an Administration Administrations |
DELETE | /legal_entities/{legal_entity_id}/administrations/{id} | Delete Administration Deprecated. Delete an Administration Administrations |
POST | /legal_entities/{legal_entity_id}/peppol_identifiers | Create a new PeppolIdentifier Create a brand new new PeppolIdentifier. For >, special rules apply. PeppolIdent |
DELETE | /legal_entities/{legal_entity_id}/peppol_identifiers/{superscheme}/{scheme}/{identifier} | Delete PeppolIdentifier Delete a PeppolIdentifier. PeppolIdentifiers |
POST | /legal_entities/{legal_entity_id}/received_documents | Receive a new Document DEPRECATED - use new path /received_documents. Receive a new Document. ReceivedDocument |
GET | /purchase_invoices/{guid} | Get Purchase invoice data as JSON Get a specific PurchaseInvoice, in JSON format. PurchaseInvoices |
GET | /purchase_invoices/{guid}/{packaging} | Get Purchase invoice data in a selectable format Get a specific PurchaseInvoice. PurchaseInvoices |
GET | /purchase_invoices/{guid}/{packaging}/{package_version} | Get Purchase invoice data as JSON with a Base64-encoded UBL string in the specified version Get a specific Pur |
POST | /received_documents | Create a new received document Create a new received document. ReceivedDocuments |
GET | /received_documents/{guid}/{format} | Get a new ReceivedDocument EXPERIMENTAL: use only for orders. Get a new ReceivedDocument. ReceivedDocuments |
GET | /webhook_instances/ | GET a WebhookInstance GET a WebhookInstance from the queue. After processing it successfully, DELETE it and GE |
DELETE | /webhook_instances/{guid} | DELETE a WebhookInstance DELETE a specific WebhookInstance WebhookInstances |
specification origin: https://www.storecove.com/api/v2/openapi.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.