@ecommy/connector-bol
v0.2.0
Published
Bol connector (full-code, NL-marketplace) — Retailer API v10, OAuth2 client-credentials, EAN-as-sku (Rule F), FBB/FBR. Built ahead, PHASE-B-gated (do not run in Phase A). Depends on @ecommy/connector-core.
Readme
@ecommy/connector-bol
The Bol connector (NL marketplace), built on
@ecommy/connector-core. Retailer API v10, OAuth2
client-credentials, EAN-as-sku (Rule F), FBB/FBR.
Phase-B-gated. Built ahead but NOT wired into the active Phase-A registry — do not run it in Phase A.
Install
npm install @ecommy/connector-bol # pulls in @ecommy/connector-coreUse
import { BolConnector, BOL_CATALOG } from "@ecommy/connector-bol";
const connector = new BolConnector();
const catalog = connector.discover();Full guide: docs/connectors/CONSUMER.md.
