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

    Interface CreatePropertyListResponse

    Response payload for create_property_list task

    interface CreatePropertyListResponse {
        list: PropertyList;
        auth_token: string;
        replayed?: boolean;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    auth_token: string

    Token that can be shared with sellers to authorize fetching this list. Store this - it is only returned at creation time.

    replayed?: boolean

    Set to true when this response is a cached replay returned for an idempotency_key that was already processed. Set to false (or omitted) when the request was executed fresh. Buyers use this to distinguish cached replays from new executions — matters for billing reconciliation, audit logs, and any downstream system that assumes exactly-once event semantics. Only present on responses to mutating requests that carry idempotency_key.

    context?: ContextObject
    ext?: ExtensionObject