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

    Interface UpdateCollectionListResponse

    Response payload for update_collection_list task

    interface UpdateCollectionListResponse {
        list: CollectionList;
        replayed?: boolean;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    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