pdm
Manage product data with AI-powered enrichment and automation. Sync catalogs, validate attributes, and optimize content across 100+ channels. Scale to millions of SKUs.
pdm
Pdm.do
Overview
The pdm primitive is part of the .do platform's semantic API system. It follows the $.Subject.verb.Object pattern for consistent, intuitive interactions across SDK, CLI, API, and MCP interfaces.
Semantic Pattern
All pdm operations follow the semantic $.Pdm.verb.Object pattern:
import { $, pdm } from 'sdk.do'
// Create resources
await $.Pdm.create.Resource({ /* config */ })
// Query data
await $.Pdm.get.Data({ /* params */ })
// Update state
await $.Pdm.update.Status({ /* changes */ })Quick Start
import { pdm } from 'sdk.do'
// Initialize and use the primitive
const result = await pdm.operation({
// configuration parameters
})Access Methods
The pdm primitive is accessible through multiple interfaces:
SDK
TypeScript/JavaScript library for programmatic access:
import { pdm } from 'sdk.do'
await pdm.method({ /* ... */ })CLI
Command-line interface for terminal operations:
do pdm <command> [options]API
REST/RPC endpoints for HTTP integration:
curl -X POST https://api.do/v1/pdm \
-H "Content-Type: application/json" \
-d '{"key":"value"}'MCP
Model Context Protocol for AI assistant integration:
Use pdm primitives with AI assistants via MCPRelated Primitives
See other primitives in the business-roles category.
mgmt
AI-powered management automation for reporting, resource planning, and decision support. Automate routine tasks and focus on strategy.
sdr
AI-powered SDR agents that research leads, personalize outreach, and book meetings automatically. 10x pipeline with 90% less manual work using intelligent sales automation.