@adcp/client API Reference - v4.19.0
    Preparing search index...

    Type Alias AccountReference

    AccountReference:
        | { account_id: string }
        | { brand: BrandReference; operator: string; sandbox?: boolean }

    Account for product lookup. Returns products with pricing specific to this account's rate card.

    Type Declaration

    • { account_id: string }
      • account_id: string

        Seller-assigned account identifier (from sync_accounts or list_accounts)

    • { brand: BrandReference; operator: string; sandbox?: boolean }
      • brand: BrandReference
      • operator: string

        Domain of the entity operating on the brand's behalf. When the brand operates directly, this is the brand's domain.

      • Optionalsandbox?: boolean

        When true, references the sandbox account for this brand/operator pair. Defaults to false (production account).