@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface CatalogBinding

    interface CatalogBinding {
        macro: string;
        catalog_item_id?: string;
        vector_name?: string;
        raw_value?: string;
        expected_encoded?: string;
    }
    Index

    Properties

    macro: string

    AdCP macro token, braces included. Example: {GTIN}.

    catalog_item_id?: string

    Catalog item ID that produced raw_value — links back to sync_catalogs.

    vector_name?: string

    Canonical fixture vector name. Looked up by runners against the shipped fixture.

    raw_value?: string

    Override when binding a custom (non-canonical) value. Redacted in error reports by default.

    expected_encoded?: string

    Override when binding a custom value. Runner compares observed bytes against this.