Technical Foundation

API & Integration Docs

Scale your inventory across the Eurozone with our high-frequency, zero-touch synchronization engine.

Technical Overview • Version 4.0 (Latest)

01 The Sync Architecture

SaleorPortal leverages **Trigger.dev v4** to manage long-running background tasks. This architecture ensures high-reliability synchronization even during peak seasonal traffic.

One-Way Catalog Ingestion

Bidirectional Order Sync

// Webhook Activation
POST /api/webhooks/shopify/register
-- response: 201 Created
// Trigger.dev Task Execution
run.task('sync-catalog-v4', { partnerId: "salp-773" })

Catalog Mapping

Our "Universal Adapter" pattern translates your source JSON structure (Shopify, Lightspeed, etc.) into the Saleor Core format.

FieldHandler
DescriptionGemini 1.5 Localization
PricingFixed Rate + Buffer
InventoryReal-time Hook

Fulfillment Sync

When an order is placed on Salp.shop, it is instantly pushed into your source system for fulfillment.

  • 1

    Automatic order injection via local API keys.

  • 2

    Poll for tracking number and carrier info.

  • 3

    Update end-customer and trigger delivery notifications.