PartGrid.ai
Documentation menu

Integration interface overview

Supported customer-facing integration interfaces and guidance for approved server-side implementations.

Reference scope

This page describes the supported integration boundary without exposing internal application routes. Public browser implementations should use the documented iframe interface. Approved partner and server-side integrations receive versioned endpoint documentation and credentials directly from PartGrid.

Embeds

The iframe URL generated by PartGrid is the supported browser-facing integration. It handles published schematic data, collection navigation, localization, pricing, and supported customer actions without requiring direct access to underlying service endpoints. See the embed guide for the supported URL structure and implementation guidance.

Customization

Embed themes are assigned in PartGrid and exposed to the supported viewer runtime. Integrators should consume the generated embed experience rather than request customization services directly. See embed theming for assignment behavior and the stable CSS-variable contract.

json
{
  "embed_runtime": {
    "cssVariables": {
      "--pf-primary": "#6C5DD3"
    }
  }
}

Quotes

Quote requests should be submitted through the supported PartGrid embed flow. The viewer applies the company configuration and validation required for the published experience. Direct calls to internal quote submission or tracking routes are not supported.

Shopware integration

Use the official PartGrid Shopware integration for category, product, and schematic synchronization. The plugin manages its authenticated communication with PartGrid; its underlying receiver and payload routes are implementation details rather than public APIs.