Documentation
    Preparing search index...
    • Returns the item information for the specified item slug and ID.

      Parameters

      • itemSlugAndId: string

        The slug and ID of the item, example: "corrupted-ashbringer-Unique_Sword_2H_104_x1".

      Returns {
          _responseType?: ItemResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      The item resource. See ItemResponse.

      • Optional Internal_responseType?: ItemResponse

        The response type of the resource

      • Optionalnamespace?: BlizzardNamespaces
      • Optionalparameters?: Record<string, unknown>
      • path: string