Ankorstore

Ankorstore is a European B2B wholesale marketplace that connects independent brands with independent retailers across Europe. Its public developer platform lets brands and their technical partners programmatically manage their presence on the marketplace: sync product catalogs and stock, update prices, process and transition orders, request shipping quotes and schedule pickups, manage Ankorstore Fulfillment Center replenishments, run OrderPay flows for a brand's own customers, and subscribe to real-time webhook notifications. The API is built on the JSON:API specification, secured with OAuth2 client credentials, and ships alongside the ASTRAL stock-tracking/logistics API and a fulfillment media service, with a public sandbox environment and a downloadable mock server for testing.

Ankorstore publishes 3 APIs on the APIs.io network: Public API, Stock Tracking and Logistics API (ASTRAL), and Fulfillment Service API. Tagged areas include Company, Retail, Wholesale, Marketplace, and E-commerce.

The Ankorstore catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Ankorstore’s developer surface includes documentation, API reference, getting-started guide, signup flow, support, authentication, changelog, and 18 more developer resources.

42.2/100 thin Agent 72/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
3 APIs 1 MCP Servers 0 Features
CompanyRetailWholesaleMarketplaceE-commerceOrderingFulfillmentCatalogWebhooksJSON:API

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 42.2/100 · thin
Contract Quality 12.2 / 25
Developer Ergonomics 12.6 / 20
Commercial Clarity 2.6 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 72/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/ankorstore: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Ankorstore Public API

Core API for managing a brand on the Ankorstore wholesale marketplace: catalog and stock, batch catalog integrations, ordering (master/internal/external orders), shipping quotes...

Ankorstore Stock Tracking and Logistics API (ASTRAL)

Advanced stock and inventory visibility beyond the core Catalog endpoints: query stock state by product variant, location and status; view stock movement postings and transactio...

Ankorstore Fulfillment Service API

Fulfillment media service for documents (PDFs) linked to fulfillment requests: upload, list and delete media against a master order.

MCP Servers

ankorstore-mcp.yml

MCP SERVER

Event Specifications

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 8

Pagination, idempotency, versioning, errors, and events

Scroll for all 8

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: ankorstore
name: Ankorstore
description: 'Ankorstore is a European B2B wholesale marketplace that connects independent brands with independent retailers
  across Europe. Its public developer platform lets brands and their technical partners programmatically manage their presence
  on the marketplace: sync product catalogs and stock, update prices, process and transition orders, request shipping quotes
  and schedule pickups, manage Ankorstore Fulfillment Center replenishments, run OrderPay flows for a brand''s own customers,
  and subscribe to real-time webhook notifications. The API is built on the JSON:API specification, secured with OAuth2 client
  credentials, and ships alongside the ASTRAL stock-tracking/logistics API and a fulfillment media service, with a public
  sandbox environment and a downloadable mock server for testing.'
url: https://raw.githubusercontent.com/api-evangelist/ankorstore/refs/heads/main/apis.yml
x-type: company
x-source: index-ventures-portfolio
x-tier: enriched
x-tier-reason: public-openapi-found
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-17'
image: https://cdn.ankorstore.com/images/logo/logo-black.svg
tags:
- Company
- Retail
- Wholesale
- Marketplace
- E-commerce
- Ordering
- Fulfillment
- Catalog
- Webhooks
- JSON:API
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
- FN: Ankorstore Support
  email: api@ankorstore.com
apis:
- name: Ankorstore Public API
  description: 'Core API for managing a brand on the Ankorstore wholesale marketplace: catalog and stock, batch catalog integrations,
    ordering (master/internal/external orders), shipping quotes and pickups, fulfillment, OrderPay, and webhook subscriptions.
    JSON:API over OAuth2 client credentials.'
  humanURL: https://ankorstore.github.io/api-docs/
  baseURL: https://www.ankorstore.com
  tags:
  - Catalog
  - Ordering
  - Shipping
  - Fulfillment
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/ankorstore-main-openapi-original.yml
  - type: Overlay
    url: overlays/ankorstore-main-overlay.yaml
- name: Ankorstore Stock Tracking and Logistics API (ASTRAL)
  description: 'Advanced stock and inventory visibility beyond the core Catalog endpoints: query stock state by product variant,
    location and status; view stock movement postings and transactions; and list stock locations, with lot-level detail.'
  humanURL: https://ankorstore.github.io/api-docs/
  baseURL: https://www.ankorstore.com
  tags:
  - Stock
  - Inventory
  - Logistics
  properties:
  - type: OpenAPI
    url: openapi/ankorstore-astral-openapi-original.yml
  - type: Overlay
    url: overlays/ankorstore-astral-overlay.yaml
- name: Ankorstore Fulfillment Service API
  description: 'Fulfillment media service for documents (PDFs) linked to fulfillment requests: upload, list and delete media
    against a master order.'
  humanURL: https://ankorstore.github.io/api-docs/
  baseURL: https://www.ankorstore.com
  tags:
  - Fulfillment
  - Media
  properties:
  - type: OpenAPI
    url: openapi/ankorstore-fulfillment-openapi-original.yml
  - type: Overlay
    url: overlays/ankorstore-fulfillment-overlay.yaml
common:
- type: Documentation
  url: https://ankorstore.github.io/api-docs/
- type: APIReference
  url: https://ankorstore.github.io/api-docs/
- type: GettingStarted
  url: https://ankorstore.github.io/api-docs/#section/Getting-Started
- type: GitHubOrganization
  url: https://github.com/ankorstore
- type: SignUp
  url: https://www.ankorstore.com/register
- type: Support
  url: mailto:api@ankorstore.com
- type: Authentication
  url: authentication/ankorstore-authentication.yml
- type: Conventions
  url: conventions/ankorstore-conventions.yml
- type: Idempotency
  url: conventions/ankorstore-conventions.yml
- type: ErrorCatalog
  url: errors/ankorstore-problem-types.yml
- type: ErrorCodes
  url: errors/ankorstore-error-codes.yml
- type: Lifecycle
  url: lifecycle/ankorstore-lifecycle.yml
- type: Deprecation
  url: lifecycle/ankorstore-lifecycle.yml
- type: ChangeLog
  url: changelog/ankorstore-changelog.yml
- type: RateLimits
  url: conventions/ankorstore-conventions.yml
- type: Sandbox
  url: sandbox/ankorstore-sandbox.yml
- type: Webhooks
  url: asyncapi/ankorstore-webhooks.yml
- type: DataModel
  url: data-model/ankorstore-data-model.yml
- type: Conformance
  url: conformance/ankorstore-conformance.yml
- type: MCPServer
  url: mcp/ankorstore-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Packages
  url: packages/ankorstore-packages.yml
- type: LLMsTxt
  url: llms/ankorstore-llms.txt
- type: DomainSecurity
  url: security/ankorstore-domain-security.yml
- type: Website
  url: https://www.ankorstore.com