LedeWire SDK API Reference
    Preparing search index...

    Interface MerchantUserUpdateRequest

    Request body for updating a store member's permissions.

    interface MerchantUserUpdateRequest {
        author_fee_bps?: number | null;
        is_author?: boolean;
    }
    Index

    Properties

    author_fee_bps?: number | null

    Per-author fee override in basis points (0–10000). Set to null to revert to the store default.

    is_author?: boolean

    Grant or revoke author permissions.