Skip to main content
Tutorials

Learn by doing — from first API call to channel publish.

Hands-on paths for sync pipelines, AI enrichment, marketplace syndication, and MCP agent automation — each step links to a focused tutorial, recipe, or workflow guide.

Start with curl in five minutes, then graduate to recipes and business workflows on the same https://api.catazenta.com surface the PIM UI uses.

5Step-by-step tutorials
4Curated learning paths
~5 minFirst API call

How tutorials fit together

TypeWhat you getWhen to use
TutorialsLinear steps — auth, list, exportFirst time on the API
RecipesCopy-paste task snippetsRepeatable integration tasks
AI workflowsBusiness playbooks end-to-endMerchandising + ops outcomes
User guidesPIM UI walkthroughsDay-to-day catalog work in the app

Curated learning paths

Build a product sync

Connect ERP or supplier data into governed PIM families and attributes.

StepDocFocus
1Quick startTenant, credentials, environments
2First API callLogin, list products, verify identity
3Create productNew SKU in a family
4ERP patternsBatch, event, hybrid ingest

Integrations · Commerce APIs


Create an AI enrichment workflow

Fill gaps, run completeness gates, and prepare channel-ready content.

StepDocFocus
1AI Product IntelligenceSignals, gates, agent findings
2AI enrichmentBulk suggest and review
3Completeness checkFind and fix gaps via API
4Multilingual catalogLocales with human review

Agent Control Center · Approvals


Publish to Shopify

Connection → profile → mapping → export job → per-SKU results.

StepDocFocus
1Shopify connectorStore connection setup
2Shopify syndicationRecipe flow
3Publish complete productsCompleteness gate before go-live

Also on Amazon → Amazon connector · Amazon syndication


Generate catalogs with agents

Use MCP and in-product agents for search, enrich, publish, and audit.

StepDocFocus
1MCP automation examplesPrompt + tool chains
2Agent workflowsAudit, publish, content patterns
3Poll export jobsAsync job monitoring

MCP quickstart · Agentic PIM


Reference tutorials

Step-by-step guides — most take 5–15 minutes with curl or Postman.

Authenticate

Tokens, tenant header, refresh, and service accounts.

List products

Paginated catalog read with filters.

Category tree

Taxonomy setup for channel mapping.

Export to channel

Connections, profiles, mappings, jobs, per-SKU poll.

TutorialDescriptionTime
AuthenticateLogin flow and headers~5 min
First API callcurl in five minutes~5 min
List productsPaginated catalog read~10 min
Category treeTaxonomy for mappings~10 min
Export to channelFull syndication API flow~15 min

Import the Postman collection to run the same flows interactively.


User guides (PIM UI)

For merchandisers and catalog ops working in the web app — not the API:

Onboarding paths by role → Journeys


Prerequisites

Before most tutorials:

  1. Tenant access — user account and tenant UUID (Quick start)
  2. API base URLhttps://api.catazenta.com
  3. Auth — complete Authenticate or use Postman
  4. Sandbox first — use a non-production tenant when testing writes

For syndication tutorials: products in publishable status and completeness above channel threshold — Completeness guide.


Start here

I want to…Start with
Prove API connectivityFirst API call
Wire ERP ingestERP patterns + Create product
Publish to a marketplaceExport to channel
Automate with Claude or CursorMCP quickstart
Run specialist agents in PIMAgentic PIM
Use the PIM UI dailyUI overview